diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 59a8a677..0f1c0a58 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -177,7 +177,7 @@ "simple-git": "^3.14.1", "sinon": "^11.1.2", "ts-node": "^10.4.0", - "typescript": "^5.3.2" + "typescript": "^5.5.2" }, "engines": { "node": "^20.6.0" @@ -21365,9 +21365,9 @@ } }, "node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index b6bd2d22..a1611ee1 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "simple-git": "^3.14.1", "sinon": "^11.1.2", "ts-node": "^10.4.0", - "typescript": "^5.3.2" + "typescript": "^5.5.2" }, "dependencies": { "@balena/compose": "^3.2.1",