diff --git a/package-lock.json b/package-lock.json index 3658c5ae..75b92e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yamler", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "yamler", - "version": "1.0.10", + "version": "1.0.11", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", @@ -18,7 +18,7 @@ "jest": "^29.7.0", "jest-circus": "^29.7.0", "ts-jest": "^29.1.5", - "typescript": "^5.5.3" + "typescript": "^5.6.2" } }, "node_modules/@actions/core": { @@ -3593,9 +3593,9 @@ } }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 10e37d49..6fd915b3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "jest": "^29.7.0", "jest-circus": "^29.7.0", "ts-jest": "^29.1.5", - "typescript": "^5.5.3" + "typescript": "^5.6.2" }, "dependencies": { "@actions/core": "^1.10.1",