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:
dependabot[bot]
2024-09-04 12:20:11 +02:00
committed by GitHub
parent b2873fad10
commit 7ff42c34fb
3 changed files with 7 additions and 11 deletions

14
web/package-lock.json generated
View File

@ -124,7 +124,7 @@
"typescript-eslint": "^8.4.0", "typescript-eslint": "^8.4.0",
"vite-tsconfig-paths": "^5.0.1", "vite-tsconfig-paths": "^5.0.1",
"wdio-wait-for": "^3.0.11", "wdio-wait-for": "^3.0.11",
"wireit": "^0.14.8" "wireit": "^0.14.9"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"
@ -25180,14 +25180,10 @@
} }
}, },
"node_modules/wireit": { "node_modules/wireit": {
"version": "0.14.8", "version": "0.14.9",
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.8.tgz", "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.9.tgz",
"integrity": "sha512-pxRAjRGft/38fOE6CNm6np0spVaXFZIIlF0MF+J6P0zLqWb7CDcNITDxHM7zRe12pIMM0opq4upaOa10IKQ91Q==", "integrity": "sha512-hFc96BgyslfO1WGSzQqOVYd5N3TB+4u9w70L9GHR/T7SYjvFmeznkYMsRIjMLhPcVabCEYPW1vV66wmIVDs+dQ==",
"dev": true, "dev": true,
"workspaces": [
"vscode-extension",
"website"
],
"dependencies": { "dependencies": {
"brace-expansion": "^4.0.0", "brace-expansion": "^4.0.0",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
@ -25603,7 +25599,7 @@
"prettier": "^3.3.2", "prettier": "^3.3.2",
"rollup": "^4.21.2", "rollup": "^4.21.2",
"rollup-plugin-copy": "^3.5.0", "rollup-plugin-copy": "^3.5.0",
"wireit": "^0.14.8" "wireit": "^0.14.9"
}, },
"optionalDependencies": { "optionalDependencies": {
"@swc/core": "^1.7.23", "@swc/core": "^1.7.23",

View File

@ -112,7 +112,7 @@
"typescript-eslint": "^8.4.0", "typescript-eslint": "^8.4.0",
"vite-tsconfig-paths": "^5.0.1", "vite-tsconfig-paths": "^5.0.1",
"wdio-wait-for": "^3.0.11", "wdio-wait-for": "^3.0.11",
"wireit": "^0.14.8" "wireit": "^0.14.9"
}, },
"engines": { "engines": {
"node": ">=20" "node": ">=20"

View File

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