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>
pull/9806/head
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-loader": "^7.0.4",
"ts-mocha": "^8.0.0", "ts-mocha": "^8.0.0",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.2.3" "typescript": "^4.5.2"
}, },
"peerDependencies": { "peerDependencies": {
"@codemirror/autocomplete": "^0.19.8", "@codemirror/autocomplete": "^0.19.8",

View File

@ -50,7 +50,7 @@
"ts-loader": "^7.0.4", "ts-loader": "^7.0.4",
"ts-mocha": "^8.0.0", "ts-mocha": "^8.0.0",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.2.3" "typescript": "^4.5.2"
}, },
"engines": { "engines": {
"node": ">=12.0.0" "node": ">=12.0.0"
@ -6483,9 +6483,10 @@
} }
}, },
"node_modules/typescript": { "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, "dev": true,
"license": "Apache-2.0",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -6853,7 +6854,7 @@
"prettier": "^2.4.1", "prettier": "^2.4.1",
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"sinon": "^11.1.2", "sinon": "^11.1.2",
"typescript": "^4.4.2" "typescript": "^4.5.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"fsevents": "^2.3.2" "fsevents": "^2.3.2"
@ -28299,7 +28300,7 @@
"ts-loader": "^7.0.4", "ts-loader": "^7.0.4",
"ts-mocha": "^8.0.0", "ts-mocha": "^8.0.0",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.2.3" "typescript": "^4.5.2"
}, },
"dependencies": { "dependencies": {
"@eslint/eslintrc": { "@eslint/eslintrc": {
@ -29545,7 +29546,7 @@
"sinon": "^11.1.2", "sinon": "^11.1.2",
"tempusdominus-bootstrap-4": "^5.1.2", "tempusdominus-bootstrap-4": "^5.1.2",
"tempusdominus-core": "^5.0.3", "tempusdominus-core": "^5.0.3",
"typescript": "^4.4.2" "typescript": "^4.5.2"
}, },
"dependencies": { "dependencies": {
"@babel/code-frame": { "@babel/code-frame": {
@ -45054,7 +45055,9 @@
} }
}, },
"typescript": { "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 "dev": true
}, },
"unbox-primitive": { "unbox-primitive": {

View File

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