Update TypeScript to 5.7.2

Change-type: patch
This commit is contained in:
Thodoris Greasidis 2024-11-23 00:40:43 +02:00
parent a01c85bc15
commit 61d4d1f1e7
2 changed files with 5 additions and 5 deletions

8
npm-shrinkwrap.json generated
View File

@ -165,7 +165,7 @@
"sinon": "^19.0.0",
"string-to-stream": "^3.0.1",
"ts-node": "^10.4.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"engines": {
"node": "^20.6.0"
@ -17195,9 +17195,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",

View File

@ -186,7 +186,7 @@
"sinon": "^19.0.0",
"string-to-stream": "^3.0.1",
"ts-node": "^10.4.0",
"typescript": "^5.6.2"
"typescript": "^5.7.2"
},
"dependencies": {
"@balena/compose": "^5.0.0",