Skip to content

Commit 2342469

Browse files
build(deps-dev): bump concat-stream from 1.0.1 to 2.0.0
Bumps [concat-stream](https://github.com/maxogden/concat-stream) from 1.0.1 to 2.0.0. - [Commits](https://github.com/maxogden/concat-stream/commits/v2.0.0) --- updated-dependencies: - dependency-name: concat-stream dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5e8c9a commit 2342469

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

packages/pg-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"async": "^0.9.0",
42-
"concat-stream": "^1.4.6",
42+
"concat-stream": "^2.0.0",
4343
"generic-pool": "^2.1.1",
4444
"lodash": "^4.17.21",
4545
"mocha": "11.7.5",

packages/pg-query-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/node": "^16.0.0",
4343
"@types/pg": "^7.14.5",
4444
"JSONStream": "~1.3.5",
45-
"concat-stream": "~1.0.1",
45+
"concat-stream": "~2.0.0",
4646
"eslint-plugin-promise": "^7.3.0",
4747
"mocha": "^11.7.5",
4848
"pg": "^8.22.0",

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,11 +2818,6 @@ balanced-match@^4.0.2:
28182818
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
28192819
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
28202820

2821-
base64-js@0.0.2:
2822-
version "0.0.2"
2823-
resolved "https://registry.npmjs.org/base64-js/-/base64-js-0.0.2.tgz"
2824-
integrity sha1-Ak8Pcq+iW3X5wO5zzU9V7Bvtl4Q=
2825-
28262821
base@^0.11.1:
28272822
version "0.11.2"
28282823
resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz"
@@ -2870,14 +2865,6 @@ bluebird@3.7.2, bluebird@^3.5.1, bluebird@^3.5.3, bluebird@^3.5.5:
28702865
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
28712866
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
28722867

2873-
bops@0.0.6:
2874-
version "0.0.6"
2875-
resolved "https://registry.npmjs.org/bops/-/bops-0.0.6.tgz"
2876-
integrity sha1-CC0dVfoB5g29wuvC26N/ZZVUzzo=
2877-
dependencies:
2878-
base64-js "0.0.2"
2879-
to-utf8 "0.0.1"
2880-
28812868
brace-expansion@^1.1.7:
28822869
version "1.1.11"
28832870
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
@@ -3384,7 +3371,7 @@ concat-map@0.0.1:
33843371
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
33853372
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
33863373

3387-
concat-stream@^1.4.6, concat-stream@^1.5.0:
3374+
concat-stream@^1.5.0:
33883375
version "1.6.2"
33893376
resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz"
33903377
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
@@ -3394,7 +3381,7 @@ concat-stream@^1.4.6, concat-stream@^1.5.0:
33943381
readable-stream "^2.2.2"
33953382
typedarray "^0.0.6"
33963383

3397-
concat-stream@^2.0.0:
3384+
concat-stream@^2.0.0, concat-stream@~2.0.0:
33983385
version "2.0.0"
33993386
resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz"
34003387
integrity sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==
@@ -3404,13 +3391,6 @@ concat-stream@^2.0.0:
34043391
readable-stream "^3.0.2"
34053392
typedarray "^0.0.6"
34063393

3407-
concat-stream@~1.0.1:
3408-
version "1.0.1"
3409-
resolved "https://registry.npmjs.org/concat-stream/-/concat-stream-1.0.1.tgz"
3410-
integrity sha1-AYsYvBx9BzotyCqkhEI0GixN158=
3411-
dependencies:
3412-
bops "0.0.6"
3413-
34143394
config-chain@^1.1.11:
34153395
version "1.1.12"
34163396
resolved "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz"
@@ -8482,7 +8462,7 @@ stream-spec@~0.3.5:
84828462
dependencies:
84838463
macgyver "~1.10"
84848464

8485-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8465+
"string-width-cjs@npm:string-width@^4.2.0":
84868466
version "4.2.3"
84878467
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
84888468
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8517,6 +8497,15 @@ string-width@^3.0.0, string-width@^3.1.0:
85178497
is-fullwidth-code-point "^2.0.0"
85188498
strip-ansi "^5.1.0"
85198499

8500+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8501+
version "4.2.3"
8502+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8503+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8504+
dependencies:
8505+
emoji-regex "^8.0.0"
8506+
is-fullwidth-code-point "^3.0.0"
8507+
strip-ansi "^6.0.1"
8508+
85208509
string-width@^5.0.1, string-width@^5.1.2:
85218510
version "5.1.2"
85228511
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -8556,7 +8545,7 @@ string_decoder@~1.1.1:
85568545
dependencies:
85578546
safe-buffer "~5.1.0"
85588547

8559-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8548+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
85608549
version "6.0.1"
85618550
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
85628551
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8584,6 +8573,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
85848573
dependencies:
85858574
ansi-regex "^4.1.0"
85868575

8576+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8577+
version "6.0.1"
8578+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8579+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8580+
dependencies:
8581+
ansi-regex "^5.0.1"
8582+
85878583
strip-ansi@^7.0.1:
85888584
version "7.1.0"
85898585
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -8868,11 +8864,6 @@ to-regex@^3.0.1, to-regex@^3.0.2:
88688864
regex-not "^1.0.2"
88698865
safe-regex "^1.1.0"
88708866

8871-
to-utf8@0.0.1:
8872-
version "0.0.1"
8873-
resolved "https://registry.npmjs.org/to-utf8/-/to-utf8-0.0.1.tgz"
8874-
integrity sha1-0Xrqcv8vujm55DYBvns/9y4ImFI=
8875-
88768867
tough-cookie@~2.5.0:
88778868
version "2.5.0"
88788869
resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz"
@@ -9501,7 +9492,7 @@ wrangler@^3.x:
95019492
fsevents "~2.3.2"
95029493
sharp "^0.33.5"
95039494

9504-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9495+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
95059496
version "7.0.0"
95069497
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
95079498
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9528,6 +9519,15 @@ wrap-ansi@^6.2.0:
95289519
string-width "^4.1.0"
95299520
strip-ansi "^6.0.0"
95309521

9522+
wrap-ansi@^7.0.0:
9523+
version "7.0.0"
9524+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9525+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9526+
dependencies:
9527+
ansi-styles "^4.0.0"
9528+
string-width "^4.1.0"
9529+
strip-ansi "^6.0.0"
9530+
95319531
wrap-ansi@^8.1.0:
95329532
version "8.1.0"
95339533
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)