Skip to content

Commit

Permalink
Merge pull request #149 from docker/dependabot/npm_and_yarn/actions/h…
Browse files Browse the repository at this point in the history
…ttp-client-2.0.1

Bump @actions/http-client from 1.0.11 to 2.0.1
  • Loading branch information
crazy-max committed Jun 7, 2022
2 parents 6f5431b + b8ba472 commit 312f67c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@actions/core": "^1.8.2",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^1.0.11",
"@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.3.7",
"tmp": "^0.2.1",
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Expand Up @@ -16,13 +16,6 @@
dependencies:
"@actions/io" "^1.0.1"

"@actions/http-client@^1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-1.0.11.tgz#c58b12e9aa8b159ee39e7dd6cbd0e91d905633c0"
integrity sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==
dependencies:
tunnel "0.0.6"

"@actions/http-client@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-2.0.1.tgz#873f4ca98fe32f6839462a6f046332677322f99c"
Expand Down Expand Up @@ -3358,7 +3351,7 @@ tsutils@^3.21.0:
dependencies:
tslib "^1.8.1"

tunnel@0.0.6, tunnel@^0.0.6:
tunnel@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c"
integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==
Expand Down

0 comments on commit 312f67c

Please sign in to comment.