web: bump wireit from 0.14.7 to 0.14.8 in /web (#11039)

Bumps [wireit](https://github.com/google/wireit) from 0.14.7 to 0.14.8.
- [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/wireit/compare/v0.14.7...v0.14.8)

---
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:
dependabot[bot]
2024-08-23 14:06:04 +02:00
committed by GitHub
parent 4d8bda8ebf
commit 29a050b786
3 changed files with 7 additions and 10 deletions

13
web/package-lock.json generated
View File

@ -122,7 +122,7 @@
"typescript-eslint": "^8.2.0",
"vite-tsconfig-paths": "^4.3.2",
"wdio-wait-for": "^3.0.11",
"wireit": "^0.14.4"
"wireit": "^0.14.8"
},
"engines": {
"node": ">=20"
@ -25311,13 +25311,10 @@
}
},
"node_modules/wireit": {
"version": "0.14.7",
"version": "0.14.8",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.8.tgz",
"integrity": "sha512-pxRAjRGft/38fOE6CNm6np0spVaXFZIIlF0MF+J6P0zLqWb7CDcNITDxHM7zRe12pIMM0opq4upaOa10IKQ91Q==",
"dev": true,
"license": "Apache-2.0",
"workspaces": [
"vscode-extension",
"website"
],
"dependencies": {
"brace-expansion": "^4.0.0",
"chokidar": "^3.5.3",
@ -25712,7 +25709,7 @@
"prettier": "^3.3.2",
"rollup": "^4.21.0",
"rollup-plugin-copy": "^3.5.0",
"wireit": "^0.14.4"
"wireit": "^0.14.8"
},
"optionalDependencies": {
"@swc/core": "^1.7.14",

View File

@ -110,7 +110,7 @@
"typescript-eslint": "^8.2.0",
"vite-tsconfig-paths": "^4.3.2",
"wdio-wait-for": "^3.0.11",
"wireit": "^0.14.4"
"wireit": "^0.14.8"
},
"engines": {
"node": ">=20"

View File

@ -21,7 +21,7 @@
"prettier": "^3.3.2",
"rollup": "^4.21.0",
"rollup-plugin-copy": "^3.5.0",
"wireit": "^0.14.4"
"wireit": "^0.14.8"
},
"license": "MIT",
"optionalDependencies": {