chore: update dependency typescript to ^5.4.3

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-20 21:55:53 +00:00
parent 79a06a587c
commit 68bff40ba7
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -36,7 +36,7 @@
"mocha": "^10.3.0", "mocha": "^10.3.0",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"should": "^13.2.3", "should": "^13.2.3",
"typescript": "^5.4.2" "typescript": "^5.4.3"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@ -5409,9 +5409,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.4.2", "version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

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