Skip to content

Commit ebf0650

Browse files
build(deps-dev): bump @types/node from 16.18.126 to 25.9.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.126 to 25.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 544b1ce commit ebf0650

4 files changed

Lines changed: 42 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lerna": "^3.19.0",
3232
"prettier": "3.0.3",
3333
"typescript": "^6.0.3",
34-
"@types/node": "^16"
34+
"@types/node": "^25"
3535
},
3636
"prettier": {
3737
"semi": false,

packages/pg-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/chai": "^4.2.7",
1919
"@types/mocha": "^10.0.10",
20-
"@types/node": "^16",
20+
"@types/node": "^25",
2121
"chai": "^4.2.0",
2222
"chunky": "^0.0.0",
2323
"mocha": "^11.7.5",

packages/pg-query-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@types/chai": "^4.2.13",
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^16.0.0",
42+
"@types/node": "^25.9.1",
4343
"@types/pg": "^7.14.5",
4444
"JSONStream": "~1.3.5",
4545
"concat-stream": "~1.0.1",

yarn.lock

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,15 +2082,12 @@
20822082
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
20832083
integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
20842084

2085-
"@types/node@*", "@types/node@>= 8":
2086-
version "12.12.21"
2087-
resolved "https://registry.npmjs.org/@types/node/-/node-12.12.21.tgz"
2088-
integrity sha512-8sRGhbpU+ck1n0PGAUgVrWrWdjSW2aqNeyC15W88GRsMpSwzv6RJGlLhE7s2RhVSOdyDmxbqlWSeThq4/7xqlA==
2089-
2090-
"@types/node@^16", "@types/node@^16.0.0":
2091-
version "16.18.126"
2092-
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.126.tgz#27875faa2926c0f475b39a8bb1e546c0176f8d4b"
2093-
integrity sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==
2085+
"@types/node@*", "@types/node@>= 8", "@types/node@^25", "@types/node@^25.9.1":
2086+
version "25.9.1"
2087+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.9.1.tgz#3bda556db500ae4319c08e7fc9ab94f19013ba0b"
2088+
integrity sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==
2089+
dependencies:
2090+
undici-types ">=7.24.0 <7.24.7"
20942091

20952092
"@types/normalize-package-data@^2.4.0":
20962093
version "2.4.0"
@@ -8487,7 +8484,7 @@ stream-spec@~0.3.5:
84878484
dependencies:
84888485
macgyver "~1.10"
84898486

8490-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8487+
"string-width-cjs@npm:string-width@^4.2.0":
84918488
version "4.2.3"
84928489
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
84938490
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8522,6 +8519,15 @@ string-width@^3.0.0, string-width@^3.1.0:
85228519
is-fullwidth-code-point "^2.0.0"
85238520
strip-ansi "^5.1.0"
85248521

8522+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8523+
version "4.2.3"
8524+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8525+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8526+
dependencies:
8527+
emoji-regex "^8.0.0"
8528+
is-fullwidth-code-point "^3.0.0"
8529+
strip-ansi "^6.0.1"
8530+
85258531
string-width@^5.0.1, string-width@^5.1.2:
85268532
version "5.1.2"
85278533
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -8561,7 +8567,7 @@ string_decoder@~1.1.1:
85618567
dependencies:
85628568
safe-buffer "~5.1.0"
85638569

8564-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8570+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
85658571
version "6.0.1"
85668572
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
85678573
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8589,6 +8595,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
85898595
dependencies:
85908596
ansi-regex "^4.1.0"
85918597

8598+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8599+
version "6.0.1"
8600+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8601+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8602+
dependencies:
8603+
ansi-regex "^5.0.1"
8604+
85928605
strip-ansi@^7.0.1:
85938606
version "7.1.0"
85948607
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -9042,6 +9055,11 @@ umask@^1.1.0:
90429055
resolved "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz"
90439056
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
90449057

9058+
"undici-types@>=7.24.0 <7.24.7":
9059+
version "7.24.6"
9060+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.24.6.tgz#61275b485d7fd4e9d269c7cf04ec2873c9cc0f91"
9061+
integrity sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==
9062+
90459063
undici@^5.28.5:
90469064
version "5.29.0"
90479065
resolved "https://registry.yarnpkg.com/undici/-/undici-5.29.0.tgz#419595449ae3f2cdcba3580a2e8903399bd1f5a3"
@@ -9506,7 +9524,7 @@ wrangler@^3.x:
95069524
fsevents "~2.3.2"
95079525
sharp "^0.33.5"
95089526

9509-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9527+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
95109528
version "7.0.0"
95119529
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
95129530
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9533,6 +9551,15 @@ wrap-ansi@^6.2.0:
95339551
string-width "^4.1.0"
95349552
strip-ansi "^6.0.0"
95359553

9554+
wrap-ansi@^7.0.0:
9555+
version "7.0.0"
9556+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9557+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9558+
dependencies:
9559+
ansi-styles "^4.0.0"
9560+
string-width "^4.1.0"
9561+
strip-ansi "^6.0.0"
9562+
95369563
wrap-ansi@^8.1.0:
95379564
version "8.1.0"
95389565
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)