build(deps-dev): bump typescript from 5.4.5 to 5.5.2 (#23)

This commit is contained in:
dependabot[bot]
2024-07-01 20:01:51 +02:00
committed by GitHub
parent 0866b105bd
commit 5b971ce3e1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "20.13.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
},
"node_modules/@babel/runtime": {
@@ -4946,9 +4946,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@@ -20,6 +20,6 @@
},
"devDependencies": {
"@types/node": "20.13.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}