build(deps-dev): bump typescript from 4.4.3 to 4.5.2 in /web/ui (#9803)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.3 to 4.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.3...v4.5.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] 2021-11-18 14:50:30 +01:00 committed by GitHub
parent 598e5bcd74
commit 86b600f564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View file

@ -64,7 +64,7 @@
"ts-loader": "^7.0.4",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.2.3"
"typescript": "^4.5.2"
},
"peerDependencies": {
"@codemirror/autocomplete": "^0.19.8",

View file

@ -50,7 +50,7 @@
"ts-loader": "^7.0.4",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.2.3"
"typescript": "^4.5.2"
},
"engines": {
"node": ">=12.0.0"
@ -6483,9 +6483,10 @@
}
},
"node_modules/typescript": {
"version": "4.4.3",
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -6853,7 +6854,7 @@
"prettier": "^2.4.1",
"react-scripts": "4.0.3",
"sinon": "^11.1.2",
"typescript": "^4.4.2"
"typescript": "^4.5.2"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
@ -28299,7 +28300,7 @@
"ts-loader": "^7.0.4",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.2.3"
"typescript": "^4.5.2"
},
"dependencies": {
"@eslint/eslintrc": {
@ -29545,7 +29546,7 @@
"sinon": "^11.1.2",
"tempusdominus-bootstrap-4": "^5.1.2",
"tempusdominus-core": "^5.0.3",
"typescript": "^4.4.2"
"typescript": "^4.5.2"
},
"dependencies": {
"@babel/code-frame": {
@ -45054,7 +45055,9 @@
}
},
"typescript": {
"version": "4.4.3",
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"dev": true
},
"unbox-primitive": {

View file

@ -89,7 +89,7 @@
"prettier": "^2.4.1",
"react-scripts": "4.0.3",
"sinon": "^11.1.2",
"typescript": "^4.4.2"
"typescript": "^4.5.2"
},
"proxy": "http://localhost:9090",
"jest": {