chore: update dependency typescript to ^5.3.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-20 18:03:57 +00:00
parent 15a9e785a7
commit 9fa099484f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -36,7 +36,7 @@
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18"
@ -5434,9 +5434,9 @@
}
},
"node_modules/typescript": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz",
"integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

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