From 44d6d38cbb0e69d4a5d2714ce4457ce1b4fa953c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 05:42:31 +0000 Subject: [PATCH] build(deps): bump @actions/http-client from 2.1.0 to 2.1.1 (#256) Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.1.0 to 2.1.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/http-client@2.1.1/packages/http-client) --- updated-dependencies: - dependency-name: "@actions/http-client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8aaeecd..a93991d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/cache": "3.2.1", "@actions/core": "1.10.0", "@actions/exec": "1.1.1", - "@actions/http-client": "2.1.0", + "@actions/http-client": "2.1.1", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1", "class-transformer": "0.5.1", @@ -134,9 +134,9 @@ } }, "node_modules/@actions/http-client": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.0.tgz", - "integrity": "sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.1.tgz", + "integrity": "sha512-qhrkRMB40bbbLo7gF+0vu+X+UawOvQQqNAA/5Unx774RS8poaOhThDOG6BGmxvAnxhQnDp2BG/ZUm65xZILTpw==", "dependencies": { "tunnel": "^0.0.6" } diff --git a/package.json b/package.json index 1ceacfb..7b53717 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@actions/cache": "3.2.1", "@actions/core": "1.10.0", "@actions/exec": "1.1.1", - "@actions/http-client": "2.1.0", + "@actions/http-client": "2.1.1", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1", "class-transformer": "0.5.1",