From cc65f814d52040ecd010a5ce6cedacf211efb86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 05:16:00 +0000 Subject: [PATCH] chore(deps): bump @actions/http-client from 1.0.9 to 1.0.10 Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/actions/http-client/releases) - [Changelog](https://github.com/actions/http-client/blob/main/RELEASES.md) - [Commits](https://github.com/actions/http-client/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a89fb2ac..ae28effe 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", - "@actions/http-client": "^1.0.9", + "@actions/http-client": "^1.0.10", "@actions/tool-cache": "^1.6.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2e020b14..c8e00968 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14,10 +14,10 @@ dependencies: "@actions/io" "^1.0.1" -"@actions/http-client@^1.0.8", "@actions/http-client@^1.0.9": - version "1.0.9" - resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.9.tgz#af1947d020043dbc6a3b4c5918892095c30ffb52" - integrity sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg== +"@actions/http-client@^1.0.10", "@actions/http-client@^1.0.8": + version "1.0.10" + resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.10.tgz#df57d64c437b412a1933741b697069d4349473fd" + integrity sha512-nU0gAkR0eHPLg/3lU/0+pIZIw7lkILsP8jDBRmISJ5r5g4fmtD4O9oa3BuW843vLwKlw8XCnqT7F98XEiqsFBA== dependencies: tunnel "0.0.6"