From 5cd0f1aaa4f4f36dc7cd5249198d18823dace43c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 01:20:45 +0000 Subject: [PATCH] fix: upgrade @actions/http-client from 1.0.8 to 1.0.11 Snyk has created this PR to upgrade @actions/http-client from 1.0.8 to 1.0.11. See this package in npm: https://www.npmjs.com/package/@actions/http-client See this project in Snyk: https://app.snyk.io/org/irinazheltisheva/project/77c15569-c445-4249-80fb-2e80a651703b?utm_source=github&utm_medium=referral&page=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 ae1e56840..64357aafa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,9 @@ } }, "@actions/http-client": { - "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==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", + "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", "requires": { "tunnel": "0.0.6" } diff --git a/package.json b/package.json index d0e8b467c..22af44819 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.2.3", - "@actions/http-client": "^1.0.6", + "@actions/http-client": "^1.0.11", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.5", "semver": "^6.1.1"