web: bump typescript from 5.5.4 to 5.6.2 in /web (#11313)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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-10 13:21:16 +02:00
committed by GitHub
parent 3308c0001a
commit af5a0d3311
2 changed files with 18 additions and 4 deletions

20
web/package-lock.json generated
View File

@ -120,7 +120,7 @@
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tslib": "^2.7.0", "tslib": "^2.7.0",
"turnstile-types": "^1.2.2", "turnstile-types": "^1.2.2",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"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",
@ -3906,6 +3906,19 @@
"graceful-fs": "^4.1.6" "graceful-fs": "^4.1.6"
} }
}, },
"node_modules/@lit/localize-tools/node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/@lit/localize-tools/node_modules/universalify": { "node_modules/@lit/localize-tools/node_modules/universalify": {
"version": "2.0.1", "version": "2.0.1",
"dev": true, "dev": true,
@ -24115,9 +24128,10 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.5.4", "version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"

View File

@ -108,7 +108,7 @@
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"tslib": "^2.7.0", "tslib": "^2.7.0",
"turnstile-types": "^1.2.2", "turnstile-types": "^1.2.2",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"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",