From 5ac5e7a8052310efd30bf52001f25a0d38fb9aff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Aug 2020 04:46:05 +0000 Subject: [PATCH] fix: upgrade @actions/http-client from 1.0.6 to 1.0.8 Snyk has created this PR to upgrade @actions/http-client from 1.0.6 to 1.0.8. See this package in npm: https://www.npmjs.com/package/@actions/http-client See this project in Snyk: https://app.snyk.io/org/dbalde/project/fc75fca8-1acf-48a6-aec2-fa956ed45932?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index be7fec2d5..6d3bc4c11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,9 +27,9 @@ } }, "@actions/http-client": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.6.tgz", - "integrity": "sha512-LGmio4w98UyGX33b/W6V6Nx/sQHRXZ859YlMkn36wPsXPB82u8xTVlA/Dq2DXrm6lEq9RVmisRJa1c+HETAIJA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz", + "integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==", "requires": { "tunnel": "0.0.6" } diff --git a/package.json b/package.json index 9a3f1c574..f592fcad3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/core": "^1.2.2", "@actions/exec": "^1.0.3", "@actions/github": "^1.1.0", - "@actions/http-client": "^1.0.6", + "@actions/http-client": "^1.0.8", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.4", "semver": "^6.1.1"