diff --git a/package-lock.json b/package-lock.json index d9324e9..658161c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,9 +4,22 @@ "lockfileVersion": 1, "dependencies": { "@actions/core": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz", - "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.0.tgz", + "integrity": "sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==", + "requires": { + "@actions/http-client": "^2.0.1" + }, + "dependencies": { + "@actions/http-client": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz", + "integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==", + "requires": { + "tunnel": "^0.0.6" + } + } + } }, "@actions/github": { "version": "5.0.0", diff --git a/package.json b/package.json index 36e0bcc..d24b747 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "package": "ncc build ./src/index.js" }, "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.9.0", "@actions/github": "^5.0.0", "aws-sdk": "^2.936.0", "lodash": "^4.17.21"