Update dependency typescript to v5.2.2

This commit is contained in:
renovate[bot] 2023-09-04 15:27:21 +00:00 committed by GitHub
parent 41a77bcdef
commit fae43c13f0
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

@ -25,7 +25,7 @@
"rollup": "3.28.1",
"ts-jest": "29.1.1",
"typedoc": "0.25.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"axios": "^1.3.4"
@ -7357,9 +7357,9 @@
}
},
"node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -41,7 +41,7 @@
"rollup": "3.28.1",
"ts-jest": "29.1.1",
"typedoc": "0.25.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
},
"peerDependencies": {
"axios": "^1.3.4"