From 1211a9ac5392c6ce79c8834f0e9918e5ca815bcb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jan 2022 07:28:35 +0000 Subject: [PATCH] fix: upgrade @actions/http-client from 1.0.9 to 1.0.11 Snyk has created this PR to upgrade @actions/http-client from 1.0.9 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/terrorizer1980/project/b20a1b36-1742-436f-938a-d770f267149a?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 434d6be9f..6367fa84b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,9 +18,9 @@ } }, "@actions/http-client": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.9.tgz", - "integrity": "sha512-0O4SsJ7q+MK0ycvXPl2e6bMXV7dxAXOGjrXS1eTF9s2S401Tp6c/P3c3Joz04QefC1J6Gt942Wl2jbm3f4mLcg==", + "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 00ddd5574..72b33ea64 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", - "@actions/http-client": "^1.0.9", + "@actions/http-client": "^1.0.11", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.6.1", "semver": "^7.3.4",