Bump typescript from 4.5.2 to 4.5.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-09 22:43:32 +00:00 committed by GitHub
parent 78464ad937
commit 97645085d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -41,7 +41,7 @@
"sass": "^1.43",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.4",
"typescript": "^4.5",
"vite": "^2.7.1",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.29.8"
@ -11062,9 +11062,9 @@
}
},
"node_modules/typescript": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -20512,9 +20512,9 @@
}
},
"typescript": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz",
"integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.3.tgz",
"integrity": "sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==",
"dev": true
},
"unbox-primitive": {

View File

@ -47,7 +47,7 @@
"sass": "^1.43",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"typescript": "^4.4",
"typescript": "^4.5",
"vite": "^2.7.1",
"vite-plugin-svg-sprite-component": "^1.0",
"vue-tsc": "0.29.8"