Skip to content

Commit

Permalink
Update dependency pump to v3.0.2 (#4480)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent ab8f087 commit 53f9196
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 16 deletions.
17 changes: 13 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion apps/asap-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jwt-encode": "1.0.1",
"luxon": "1.28.1",
"prettier": "3.1.1",
"pump": "3.0.0",
"pump": "3.0.2",
"through2-concurrent": "2.0.0",
"uuid": "8.3.2",
"yargs": "17.3.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/crn-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"openai": "^4.49.0",
"p-throttle": "4.1.1",
"parse-data-url": "3.0.0",
"pump": "3.0.0",
"pump": "3.0.2",
"react-router-dom": "5.3.4",
"serverless-http": "2.7.0",
"source-map-support": "0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"pino-lambda": "4.4.0",
"pino-noir": "2.2.1",
"pino-pretty": "10.3.1",
"pump": "3.0.0",
"pump": "3.0.2",
"source-map-support": "0.5.21",
"through2-concurrent": "2.0.0",
"uuid": "8.3.2"
Expand Down
28 changes: 19 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ __metadata:
luxon: 1.28.1
nock: 13.4.0
prettier: 3.1.1
pump: 3.0.0
pump: 3.0.2
through2-concurrent: 2.0.0
uuid: 8.3.2
yargs: 17.3.1
Expand Down Expand Up @@ -1116,7 +1116,7 @@ __metadata:
openai: ^4.49.0
p-throttle: 4.1.1
parse-data-url: 3.0.0
pump: 3.0.0
pump: 3.0.2
react-router-dom: 5.3.4
serverless: 3.38.0
serverless-esbuild: ^1.50.1
Expand Down Expand Up @@ -1838,7 +1838,7 @@ __metadata:
pino-lambda: 4.4.0
pino-noir: 2.2.1
pino-pretty: 10.3.1
pump: 3.0.0
pump: 3.0.2
source-map-support: 0.5.21
supertest: 6.3.3
through2-concurrent: 2.0.0
Expand Down Expand Up @@ -40881,13 +40881,13 @@ __metadata:
languageName: node
linkType: hard

"pump@npm:3.0.0, pump@npm:^3.0.0":
version: 3.0.0
resolution: "pump@npm:3.0.0"
"pump@npm:3.0.2":
version: 3.0.2
resolution: "pump@npm:3.0.2"
dependencies:
end-of-stream: "npm:^1.1.0"
once: "npm:^1.3.1"
checksum: e42e9229fba14732593a718b04cb5e1cfef8254544870997e0ecd9732b189a48e1256e4e5478148ecb47c8511dca2b09eae56b4d0aad8009e6fac8072923cfc9
end-of-stream: ^1.1.0
once: ^1.3.1
checksum: e0c4216874b96bd25ddf31a0b61a5613e26cc7afa32379217cf39d3915b0509def3565f5f6968fafdad2894c8bbdbd67d340e84f3634b2a29b950cffb6442d9f
languageName: node
linkType: hard

Expand All @@ -40901,6 +40901,16 @@ __metadata:
languageName: node
linkType: hard

"pump@npm:^3.0.0":
version: 3.0.0
resolution: "pump@npm:3.0.0"
dependencies:
end-of-stream: "npm:^1.1.0"
once: "npm:^1.3.1"
checksum: e42e9229fba14732593a718b04cb5e1cfef8254544870997e0ecd9732b189a48e1256e4e5478148ecb47c8511dca2b09eae56b4d0aad8009e6fac8072923cfc9
languageName: node
linkType: hard

"pumpify@npm:^1.3.3":
version: 1.5.1
resolution: "pumpify@npm:1.5.1"
Expand Down

0 comments on commit 53f9196

Please sign in to comment.