Skip to content

Commit f39bf0c

Browse files
fix(deps): update dependency get-stream to v9 (#6352)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bbc39d2 commit f39bf0c

File tree

4 files changed

+56
-48
lines changed

4 files changed

+56
-48
lines changed

package-lock.json

Lines changed: 53 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cache-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"license": "MIT",
5252
"dependencies": {
5353
"cpy": "^11.0.0",
54-
"get-stream": "^6.0.0",
54+
"get-stream": "^9.0.0",
5555
"globby": "^13.0.0",
5656
"junk": "^4.0.0",
5757
"locate-path": "^7.0.0",

packages/testing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"figures": "^6.0.0",
2929
"get-bin-path": "^11.0.0",
3030
"get-port": "^7.0.0",
31-
"get-stream": "^6.0.0",
31+
"get-stream": "^9.0.0",
3232
"is-plain-obj": "^4.0.0",
3333
"lodash-es": "^4.17.21",
3434
"path-key": "^4.0.0",

packages/zip-it-and-ship-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"cpy": "11.1.0",
9393
"decompress": "4.2.1",
9494
"deepmerge": "^4.3.1",
95-
"get-stream": "6.0.1",
95+
"get-stream": "9.0.1",
9696
"is-ci": "4.1.0",
9797
"lambda-local": "2.2.0",
9898
"source-map-support": "0.5.21",

0 commit comments

Comments
 (0)