8000 fix: increase undici vulnerable version by ThomasAribart · Pull Request #185 · castore-dev/castore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

fix: increase undici vulnerable version #185

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

Merged
merged 1 commit into from
Apr 25, 2024
Merged
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
2 changes: 1 addition & 1 deletion packages/message-bus-adapter-event-bridge-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/aws-lambda": "^8.10.111",
"lodash.chunk": "^4.2.0",
"ts-toolbelt": "^9.6.0",
"undici": "^5.23.0"
"undici": "^5.28.4"
},
"devDependencies": {
"@aws-sdk/client-eventbridge": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/message-queue-adapter-sqs-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/aws-lambda": "^8.10.111",
"lodash.chunk": "^4.2.0",
"ts-toolbelt": "^9.6.0",
"undici": "^5.23.0"
"undici": "^5.28.4"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.2.0",
Expand Down
38 changes: 11 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6520,7 +6520,7 @@ __metadata:
ts-toolbelt: ^9.6.0
tsc-alias: ^1.8.7
typescript: ^4.6.3
undici: ^5.23.0
undici: ^5.28.4
vitest: ^0.26.2
peerDependencies:
"@aws-sdk/client-eventbridge": ^3.0.0
Expand Down Expand Up @@ -6644,7 +6644,7 @@ __metadata:
ts-toolbelt: ^9.6.0
tsc-alias: ^1.8.7
typescript: ^4.6.3
undici: ^5.23.0
undici: ^5.28.4
vitest: ^0.26.2
peerDependencies:
"@aws-sdk/client-s3": ^3.0.0
Expand Down Expand Up @@ -13043,15 +13043,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

"bytes@npm:3.0.0":
version: 3.0.0
resolution: "bytes@npm:3.0.0"
Expand Down Expand Up @@ -24842,13 +24833,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.1":
version: 0.3.1
resolution: "string-argv@npm:0.3.1"
Expand Down Expand Up @@ -26091,15 +26075,6 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^5.23.0":
version: 5.23.0
resolution: "undici@npm:5.23.0"
dependencies:
busboy: ^1.6.0
checksum: 906ca4fb1d47163d2cee2ecbbc664a1d92508a2cdf1558146621109f525c983a83597910b36e6ba468240e95259be5939cea6babc99fc0c36360b16630f66784
languageName: node
linkType: hard

"undici@npm:^5.24.0":
version: 5.27.0
resolution: "undici@npm:5.27.0"
Expand All @@ -26109,6 +26084,15 @@ __metadata:
languageName: node
linkType: hard

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

"unherit@npm:^1.0.4":
version: 1.1.3
resolution: "unherit@npm:1.1.3"
Expand Down
Loading
0