diff --git a/package.json b/package.json index cb521974..3ef8646c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "@actions/artifact": "^1.1.1", "@actions/cache": "^3.2.1", - "@actions/core": "^1.10.0", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@actions/glob": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index c742fcca..639de607 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28,13 +28,13 @@ semver "^6.1.0" uuid "^3.3.3" -"@actions/core@^1.10.0", "@actions/core@^1.2.6", "@actions/core@^1.9.1": - version "1.10.0" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f" - integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug== +"@actions/core@^1.10.0", "@actions/core@^1.11.1", "@actions/core@^1.2.6", "@actions/core@^1.9.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172" + integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A== dependencies: + "@actions/exec" "^1.1.1" "@actions/http-client" "^2.0.1" - uuid "^8.3.2" "@actions/exec@^1.0.0", "@actions/exec@^1.0.1", "@actions/exec@^1.1.1": version "1.1.1" @@ -69,14 +69,7 @@ "@actions/core" "^1.9.1" minimatch "^3.0.4" -"@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/http-client@^2.1.0": +"@actions/http-client@^2.0.1", "@actions/http-client@^2.1.0": version "2.1.0" resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.1.0.tgz#b6d8c3934727d6a50d10d19f00a711a964599a9f" integrity sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==