Merge pull request #10 from SrIzan10/renovate/typescript-4.x

chore(deps): update dependency typescript to v4.8.4
This commit is contained in:
2022-10-08 17:07:09 +02:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -29,7 +29,7 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
},
"node_modules/@cspotcode/source-map-support": {
@@ -2689,9 +2689,10 @@
"license": "MIT"
},
"node_modules/typescript": {
"version": "4.8.3",
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@@ -4584,7 +4585,9 @@
"version": "0.0.6"
},
"typescript": {
"version": "4.8.3",
"version": "4.8.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz",
"integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==",
"dev": true
},
"undici": {

View File

@@ -45,6 +45,6 @@
},
"devDependencies": {
"ts-node": "10.9.1",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
}