Bump typescript from 3.9.9 to 4.4.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.9...v4.4.4)
This commit is contained in:
dependabot[bot]
2021-10-18 15:01:46 +00:00
parent 09fca0f660
commit aba9bb8c51
2 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
"ts-jest": "^26.4.4",
"tslint": "^5.19.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.9.9"
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 10",
@@ -6158,9 +6158,9 @@
}
},
"node_modules/typescript": {
"version": "3.9.9",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz",
"integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -11359,9 +11359,9 @@
}
},
"typescript": {
"version": "3.9.9",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.9.tgz",
"integrity": "sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==",
"version": "4.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
"integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==",
"dev": true
},
"union-value": {

View File

@@ -32,7 +32,7 @@
"ts-jest": "^26.4.4",
"tslint": "^5.19.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.9.9"
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 10",