diff --git a/package-lock.json b/package-lock.json index e32d491d..1af695ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "@yandex-cloud/nodejs-sdk": "2.4.9" }, @@ -42,8 +42,9 @@ } }, "node_modules/@actions/core": { - "version": "1.10.0", - "license": "MIT", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" diff --git a/package.json b/package.json index 8dcaed79..0c6eaec8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "author": "Nikolay Matrosov", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "@yandex-cloud/nodejs-sdk": "2.4.9" },