chore: update dependency typescript to v5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-12 12:47:05 +00:00 committed by Diana Lau
parent 757f48a539
commit 40bb3c0b79
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -36,7 +36,7 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16"
@ -5431,16 +5431,16 @@
}
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"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",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/universalify": {

View File

@ -48,7 +48,7 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"dependencies": {
"async": "^3.2.4",