Skip to content

Commit 3f7939e

Browse files
authored
Merge pull request #182 from docker/dependabot/npm_and_yarn/actions/http-client-2.2.0
build(deps): bump @actions/http-client from 2.1.1 to 2.2.0
2 parents dd4311c + 584493d commit 3f7939e

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@actions/core": "^1.10.1",
5050
"@actions/exec": "^1.1.1",
5151
"@actions/github": "^5.1.1",
52-
"@actions/http-client": "^2.1.1",
52+
"@actions/http-client": "^2.2.0",
5353
"@actions/io": "^1.1.3",
5454
"@actions/tool-cache": "^2.0.1",
5555
"@octokit/core": "^5.0.1",

yarn.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ __metadata:
9999
languageName: node
100100
linkType: hard
101101

102+
"@actions/http-client@npm:^2.2.0":
103+
version: 2.2.0
104+
resolution: "@actions/http-client@npm:2.2.0"
105+
dependencies:
106+
tunnel: ^0.0.6
107+
undici: ^5.25.4
108+
checksum: 075fc21e8c05e865239bfc5cc91ce42aff7ac7877a5828145545cb27c572f74af8f96f90233f3ba2376525a9032bb8eadebd7221c007ce62459b99d5d2362f94
109+
languageName: node
110+
linkType: hard
111+
102112
"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1, @actions/io@npm:^1.1.3":
103113
version: 1.1.3
104114
resolution: "@actions/io@npm:1.1.3"
@@ -986,7 +996,7 @@ __metadata:
986996
"@actions/core": ^1.10.1
987997
"@actions/exec": ^1.1.1
988998
"@actions/github": ^5.1.1
989-
"@actions/http-client": ^2.1.1
999+
"@actions/http-client": ^2.2.0
9901000
"@actions/io": ^1.1.3
9911001
"@actions/tool-cache": ^2.0.1
9921002
"@octokit/core": ^5.0.1
@@ -1062,6 +1072,13 @@ __metadata:
10621072
languageName: node
10631073
linkType: hard
10641074

1075+
"@fastify/busboy@npm:^2.0.0":
1076+
version: 2.0.0
1077+
resolution: "@fastify/busboy@npm:2.0.0"
1078+
checksum: 41879937ce1dee6421ef9cd4da53239830617e1f0bb7a0e843940772cd72827205d05e518af6adabe6e1ea19301285fff432b9d11bad01a531e698bea95c781b
1079+
languageName: node
1080+
linkType: hard
1081+
10651082
"@gar/promisify@npm:^1.1.3":
10661083
version: 1.1.3
10671084
resolution: "@gar/promisify@npm:1.1.3"
@@ -7247,6 +7264,15 @@ __metadata:
72477264
languageName: node
72487265
linkType: hard
72497266

7267+
"undici@npm:^5.25.4":
7268+
version: 5.25.4
7269+
resolution: "undici@npm:5.25.4"
7270+
dependencies:
7271+
"@fastify/busboy": ^2.0.0
7272+
checksum: 654da161687de893127a685be61a19cb5bae42f4595c316ebf633929d871ac3bcd33edcb74156cea90655dfcd100bfe9b53a4f4749d52fc6ad2232f49a6ca8ab
7273+
languageName: node
7274+
linkType: hard
7275+
72507276
"unique-filename@npm:^2.0.0":
72517277
version: 2.0.1
72527278
resolution: "unique-filename@npm:2.0.1"

0 commit comments

Comments
 (0)