chore: update dependency typescript to ^4.8.3

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-09-08 22:02:37 +00:00
parent ed951a6a61
commit 70e859fa66
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.2"
"typescript": "^4.8.3"
},
"engines": {
"node": ">=10"
@ -5356,9 +5356,9 @@
}
},
"node_modules/typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -9720,9 +9720,9 @@
}
},
"typescript": {
"version": "4.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"dev": true
},
"universalify": {

View File

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