diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8222cc6a..4e6f60e2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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", diff --git a/package.json b/package.json index dd451125..89ffdf16 100644 --- a/package.json +++ b/package.json @@ -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",