Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency undici to v5.28.4 [security] #423

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"fetch-mock": "9.11.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"undici": "5.12.0",
"undici": "5.28.4",
"vitest-fetch-mock": "0.2.2"
},
"peerDependencies": {
"@voiceflow/exception": "workspace:^",
"undici": "^5"
"undici": "^5.28.4"
},
"peerDependenciesMeta": {
"undici": {
Expand Down
37 changes: 14 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,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.12.3":
version: 0.12.3
resolution: "@humanwhocodes/config-array@npm:0.12.3"
Expand Down Expand Up @@ -1954,11 +1961,11 @@ __metadata:
fetch-mock: 9.11.0
jest-environment-jsdom: 29.7.0
jest-fetch-mock: 3.0.3
undici: 5.12.0
undici: 5.28.4
vitest-fetch-mock: 0.2.2
peerDependencies:
"@voiceflow/exception": "workspace:^"
undici: ^5
undici: ^5.28.4
peerDependenciesMeta:
undici:
optional: true
Expand Down Expand Up @@ -2634,15 +2641,6 @@ __metadata:
languageName: node
linkType: hard

"busboy@npm:^1.6.0":
version: 1.6.0
resolution: "busboy@npm:1.6.0"
dependencies:
streamsearch: ^1.1.0
checksum: 32801e2c0164e12106bf236291a00795c3c4e4b709ae02132883fe8478ba2ae23743b11c5735a0aae8afe65ac4b6ca4568b91f0d9fed1fdbc32ede824a73746e
languageName: node
linkType: hard

"cac@npm:^6.7.14":
version: 6.7.14
resolution: "cac@npm:6.7.14"
Expand Down Expand Up @@ -8487,13 +8485,6 @@ __metadata:
languageName: node
linkType: hard

"streamsearch@npm:^1.1.0":
version: 1.1.0
resolution: "streamsearch@npm:1.1.0"
checksum: 1cce16cea8405d7a233d32ca5e00a00169cc0e19fbc02aa839959985f267335d435c07f96e5e0edd0eadc6d39c98d5435fb5bbbdefc62c41834eadc5622ad942
languageName: node
linkType: hard

"string-argv@npm:0.3.2":
version: 0.3.2
resolution: "string-argv@npm:0.3.2"
Expand Down Expand Up @@ -9246,12 +9237,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading