diff --git a/package-lock.json b/package-lock.json index ca859977..a4cea974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "js-yaml": "4.1.0", "prettier": "3.3.3", "ts-jest": "29.2.3", - "typescript": "5.4.4" + "typescript": "5.5.3" } }, "node_modules/@actions/core": { @@ -7048,10 +7048,11 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 01458215..ef85d465 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "js-yaml": "4.1.0", "prettier": "3.3.3", "ts-jest": "29.2.3", - "typescript": "5.4.4" + "typescript": "5.5.3" } }