diff --git a/package.json b/package.json index a79d3c2..023bd15 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "release": "yarn clean && yarn format && yarn lint && yarn build && yarn install --production --frozen-lockfile --no-bin-links" }, "dependencies": { - "@actions/core": "^1.4.0", + "@actions/core": "^1.9.1", "@actions/exec": "^1.1.0", "@actions/io": "^1.1.1", "@actions/tool-cache": "^1.7.1", diff --git a/yarn.lock b/yarn.lock index 43d78bd..7168ab8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,13 @@ # yarn lockfile v1 -"@actions/core@^1.2.6", "@actions/core@^1.4.0": - version "1.4.0" - resolved "https://registry.nlark.com/@actions/core/download/@actions/core-1.4.0.tgz#cf2e6ee317e314b03886adfeb20e448d50d6e524" - integrity sha1-zy5u4xfjFLA4hq3+sg5EjVDW5SQ= +"@actions/core@^1.2.6", "@actions/core@^1.9.1": + version "1.9.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b" + integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA== + dependencies: + "@actions/http-client" "^2.0.1" + uuid "^8.3.2" "@actions/exec@^1.0.0", "@actions/exec@^1.1.0": version "1.1.0" @@ -21,6 +24,13 @@ dependencies: tunnel "0.0.6" +"@actions/http-client@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c" + integrity sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw== + dependencies: + tunnel "^0.0.6" + "@actions/io@^1.0.1", "@actions/io@^1.1.1": version "1.1.1" resolved "https://registry.nlark.com/@actions/io/download/@actions/io-1.1.1.tgz#4a157406309e212ab27ed3ae30e8c1d641686a66" @@ -3049,7 +3059,7 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -tunnel@0.0.6: +tunnel@0.0.6, tunnel@^0.0.6: version "0.0.6" resolved "https://registry.npm.taobao.org/tunnel/download/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" integrity sha1-cvExSzSlsZLbASMk3yzFh8pH+Sw= @@ -3117,6 +3127,11 @@ uuid@^3.3.2: resolved "https://registry.nlark.com/uuid/download/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha1-sj5DWK+oogL+ehAK8fX4g/AgB+4= +uuid@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== + v8-compile-cache@^2.0.3: version "2.3.0" resolved "https://registry.npm.taobao.org/v8-compile-cache/download/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"