Skip to content

Commit

Permalink
chore(deps): bump @actions/http-client from 2.1.1 to 2.2.3
Browse files Browse the repository at this point in the history
Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.1.1 to 2.2.3.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

---
updated-dependencies:
- dependency-name: "@actions/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent be2dfe6 commit aecc7f7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.1.1",
"@actions/http-client": "^2.2.3",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.5.4"
},
Expand Down
30 changes: 28 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^2.0.1, @actions/http-client@npm:^2.1.1":
"@actions/http-client@npm:^2.0.1":
version: 2.1.1
resolution: "@actions/http-client@npm:2.1.1"
dependencies:
Expand All @@ -40,6 +40,16 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^2.2.3":
version: 2.2.3
resolution: "@actions/http-client@npm:2.2.3"
dependencies:
tunnel: ^0.0.6
undici: ^5.25.4
checksum: 5d395df575d30ae599efa10dd715e72944b015e753db61f0a823f737acbb0e99743d4a9f25e812b18ec8cc34f86c73565d075c449e01ffa891577b6595212dde
languageName: node
linkType: hard

"@actions/io@npm:^1.0.1, @actions/io@npm:^1.1.1":
version: 1.1.2
resolution: "@actions/io@npm:1.1.2"
Expand Down Expand Up @@ -831,6 +841,13 @@ __metadata:
languageName: node
linkType: hard

"@fastify/busboy@npm:^2.0.0":
version: 2.1.1
resolution: "@fastify/busboy@npm:2.1.1"
checksum: 42c32ef75e906c9a4809c1e1930a5ca6d4ddc8d138e1a8c8ba5ea07f997db32210617d23b2e4a85fe376316a41a1a0439fc6ff2dedf5126d96f45a9d80754fb2
languageName: node
linkType: hard

"@humanwhocodes/config-array@npm:^0.11.11":
version: 0.11.11
resolution: "@humanwhocodes/config-array@npm:0.11.11"
Expand Down Expand Up @@ -3051,7 +3068,7 @@ __metadata:
dependencies:
"@actions/core": ^1.10.0
"@actions/exec": ^1.1.1
"@actions/http-client": ^2.1.1
"@actions/http-client": ^2.2.3
"@actions/tool-cache": ^2.0.1
"@types/node": ^20.6.0
"@typescript-eslint/eslint-plugin": ^6.6.0
Expand Down Expand Up @@ -5369,6 +5386,15 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^5.25.4":
version: 5.28.4
resolution: "undici@npm:5.28.4"
dependencies:
"@fastify/busboy": ^2.0.0
checksum: a8193132d84540e4dc1895ecc8dbaa176e8a49d26084d6fbe48a292e28397cd19ec5d13bc13e604484e76f94f6e334b2bdc740d5f06a6e50c44072818d0c19f9
languageName: node
linkType: hard

"unique-filename@npm:^3.0.0":
version: 3.0.0
resolution: "unique-filename@npm:3.0.0"
Expand Down

0 comments on commit aecc7f7

Please sign in to comment.