diff --git a/package-lock.json b/package-lock.json index f0ec8d50..afcc5ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "got": "11.8.6", "tslib": "2.7.0" }, @@ -37,9 +37,9 @@ } }, "node_modules/@actions/core": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.0.tgz", - "integrity": "sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", "license": "MIT", "dependencies": { "@actions/exec": "^1.1.1", diff --git a/package.json b/package.json index d1b005a2..10ad6444 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test:unit:coverage": "c8 npm run test:unit" }, "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "got": "11.8.6", "tslib": "2.7.0" },