chore: update dependency typescript to ^5.4.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-04 18:13:07 +00:00 committed by Diana Lau
parent 26d4b30634
commit 602602f69a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -36,7 +36,7 @@
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"engines": {
"node": ">=18"
@ -5339,9 +5339,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -48,7 +48,7 @@
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"dependencies": {
"async": "^3.2.5",