chore: update dependency typescript to ^4.8.4

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-09-27 21:54:44 +00:00
parent 1d2d6cb4e1
commit 91e255d850
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -36,7 +36,7 @@
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"engines": {
"node": ">=10"
@ -5356,9 +5356,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"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,
"bin": {
"tsc": "bin/tsc",
@ -9720,9 +9720,9 @@
}
},
"typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"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
},
"universalify": {

View File

@ -47,7 +47,7 @@
"mocha": "^9.0.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"dependencies": {
"async": "^3.2.4",