web: bump wireit from 0.14.8 to 0.14.9 in /web (#11194)
Bumps [wireit](https://github.com/google/wireit) from 0.14.8 to 0.14.9. - [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/wireit/compare/v0.14.8...v0.14.9) --- updated-dependencies: - dependency-name: wireit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
14
web/package-lock.json
generated
14
web/package-lock.json
generated
@ -124,7 +124,7 @@
|
||||
"typescript-eslint": "^8.4.0",
|
||||
"vite-tsconfig-paths": "^5.0.1",
|
||||
"wdio-wait-for": "^3.0.11",
|
||||
"wireit": "^0.14.8"
|
||||
"wireit": "^0.14.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
@ -25180,14 +25180,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/wireit": {
|
||||
"version": "0.14.8",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.8.tgz",
|
||||
"integrity": "sha512-pxRAjRGft/38fOE6CNm6np0spVaXFZIIlF0MF+J6P0zLqWb7CDcNITDxHM7zRe12pIMM0opq4upaOa10IKQ91Q==",
|
||||
"version": "0.14.9",
|
||||
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.9.tgz",
|
||||
"integrity": "sha512-hFc96BgyslfO1WGSzQqOVYd5N3TB+4u9w70L9GHR/T7SYjvFmeznkYMsRIjMLhPcVabCEYPW1vV66wmIVDs+dQ==",
|
||||
"dev": true,
|
||||
"workspaces": [
|
||||
"vscode-extension",
|
||||
"website"
|
||||
],
|
||||
"dependencies": {
|
||||
"brace-expansion": "^4.0.0",
|
||||
"chokidar": "^3.5.3",
|
||||
@ -25603,7 +25599,7 @@
|
||||
"prettier": "^3.3.2",
|
||||
"rollup": "^4.21.2",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"wireit": "^0.14.8"
|
||||
"wireit": "^0.14.9"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@swc/core": "^1.7.23",
|
||||
|
@ -112,7 +112,7 @@
|
||||
"typescript-eslint": "^8.4.0",
|
||||
"vite-tsconfig-paths": "^5.0.1",
|
||||
"wdio-wait-for": "^3.0.11",
|
||||
"wireit": "^0.14.8"
|
||||
"wireit": "^0.14.9"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
|
@ -21,7 +21,7 @@
|
||||
"prettier": "^3.3.2",
|
||||
"rollup": "^4.21.2",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"wireit": "^0.14.8"
|
||||
"wireit": "^0.14.9"
|
||||
},
|
||||
"license": "MIT",
|
||||
"optionalDependencies": {
|
||||
|
Reference in New Issue
Block a user