build(deps-dev): bump typescript from 4.9.5 to 5.5.4 in /web/ui

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.5.4.
- [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/v4.9.5...v5.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-03 13:09:02 +00:00 committed by GitHub
parent 5681ec50e1
commit a52b7db77a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -22,7 +22,7 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"ts-jest": "^29.2.2", "ts-jest": "^29.2.2",
"typescript": "^4.9.5" "typescript": "^5.5.4"
}, },
"engines": { "engines": {
"npm": ">=7.0.0" "npm": ">=7.0.0"
@ -18214,15 +18214,16 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.5", "version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/unbox-primitive": { "node_modules/unbox-primitive": {

View file

@ -26,7 +26,7 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"ts-jest": "^29.2.2", "ts-jest": "^29.2.2",
"typescript": "^4.9.5" "typescript": "^5.5.4"
}, },
"version": "0.53.1" "version": "0.53.1"
} }