Update dependency typescript to v4.8.3

This commit is contained in:
renovate[bot] 2022-09-15 17:39:21 +00:00 committed by GitHub
parent 1ace33cf29
commit f5e182b5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -26,7 +26,7 @@
"jest-runner-groups": "2.2.0",
"ts-jest": "28.0.8",
"typedoc": "0.23.14",
"typescript": "4.8.2"
"typescript": "4.8.3"
}
},
"node_modules/@ampproject/remapping": {
@ -7277,9 +7277,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",

View File

@ -37,7 +37,7 @@
"jest-runner-groups": "2.2.0",
"ts-jest": "28.0.8",
"typedoc": "0.23.14",
"typescript": "4.8.2"
"typescript": "4.8.3"
},
"dependencies": {
"axios": "0.27.2",