Dependencies: Bump typescript from 4.7.4 to 4.9.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
This commit is contained in:
dependabot 2022-11-16 07:55:42 +00:00 committed by networkException
parent 866fcc8094
commit f3b2d6b466
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "UNLICENSED",
"dependencies": {
"typescript": "^4.4.4"
"typescript": "^4.9.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.0",
@ -2892,9 +2892,9 @@
}
},
"node_modules/typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -5202,9 +5202,9 @@
"dev": true
},
"typescript": {
"version": "4.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ=="
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA=="
},
"unbox-primitive": {
"version": "1.0.2",

View file

@ -20,6 +20,6 @@
"reload": "^3.2.0"
},
"dependencies": {
"typescript": "^4.4.4"
"typescript": "^4.9.3"
}
}