Update TypeScript to 5.5.2

Change-type: patch
This commit is contained in:
Thodoris Greasidis 2024-06-21 00:18:36 +03:00
parent 9c4d788d6d
commit 7959e23cd3
2 changed files with 5 additions and 5 deletions

8
npm-shrinkwrap.json generated
View File

@ -177,7 +177,7 @@
"simple-git": "^3.14.1", "simple-git": "^3.14.1",
"sinon": "^11.1.2", "sinon": "^11.1.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "^5.3.2" "typescript": "^5.5.2"
}, },
"engines": { "engines": {
"node": "^20.6.0" "node": "^20.6.0"
@ -21365,9 +21365,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.4.2", "version": "5.5.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"

View File

@ -195,7 +195,7 @@
"simple-git": "^3.14.1", "simple-git": "^3.14.1",
"sinon": "^11.1.2", "sinon": "^11.1.2",
"ts-node": "^10.4.0", "ts-node": "^10.4.0",
"typescript": "^5.3.2" "typescript": "^5.5.2"
}, },
"dependencies": { "dependencies": {
"@balena/compose": "^3.2.1", "@balena/compose": "^3.2.1",