Skip to content

Commit 3b4c82c

Browse files
Bump @types/node from 20.9.4 to 22.15.29
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.4 to 22.15.29. - [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: 22.15.29 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4480a91 commit 3b4c82c

File tree

3 files changed

+39
-14
lines changed

3 files changed

+39
-14
lines changed

packages/dvbjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/chai": "^4.3.11",
7878
"@types/chai-as-promised": "^7.1.8",
7979
"@types/mocha": "^10.0.1",
80-
"@types/node": "^20.9.4",
80+
"@types/node": "^22.15.29",
8181
"@types/proj4": "^2.5.0",
8282
"chai": "^4.3.10",
8383
"chai-as-promised": "^7.1.1",

packages/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@types/jest": "^29.5.10",
24-
"@types/node": "^20.9.4",
24+
"@types/node": "^22.15.29",
2525
"@types/react": "^18.2.38",
2626
"@types/react-autocomplete": "^1.8.9",
2727
"@types/react-dom": "^18.2.17",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -554,12 +554,12 @@
554554
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
555555
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
556556

557-
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^20.9.4":
558-
version "20.9.4"
559-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.4.tgz#cc8f970e869c26834bdb7ed480b30ede622d74c7"
560-
integrity sha512-wmyg8HUhcn6ACjsn8oKYjkN/zUzQeNtMy44weTJSM6p4MMzEOuKbA3OjJ267uPCOW7Xex9dyrNTful8XTQYoDA==
557+
"@types/node@*", "@types/node@>=10.0.0", "@types/node@^22.15.29":
558+
version "22.15.29"
559+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.29.tgz#c75999124a8224a3f79dd8b6ccfb37d74098f678"
560+
integrity sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==
561561
dependencies:
562-
undici-types "~5.26.4"
562+
undici-types "~6.21.0"
563563

564564
"@types/node@^10.0.3":
565565
version "10.17.60"
@@ -5260,7 +5260,7 @@ streamroller@^3.1.5:
52605260
debug "^4.3.4"
52615261
fs-extra "^8.1.0"
52625262

5263-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
5263+
"string-width-cjs@npm:string-width@^4.2.0":
52645264
version "4.2.3"
52655265
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
52665266
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5286,6 +5286,15 @@ string-width@^2.0.0, string-width@^2.1.1:
52865286
is-fullwidth-code-point "^2.0.0"
52875287
strip-ansi "^4.0.0"
52885288

5289+
string-width@^4.1.0, string-width@^4.2.0:
5290+
version "4.2.3"
5291+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5292+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5293+
dependencies:
5294+
emoji-regex "^8.0.0"
5295+
is-fullwidth-code-point "^3.0.0"
5296+
strip-ansi "^6.0.1"
5297+
52895298
string-width@^5.0.1, string-width@^5.1.2:
52905299
version "5.1.2"
52915300
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -5365,7 +5374,7 @@ string_decoder@~1.1.1:
53655374
dependencies:
53665375
safe-buffer "~5.1.0"
53675376

5368-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5377+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
53695378
version "6.0.1"
53705379
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
53715380
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -5386,6 +5395,13 @@ strip-ansi@^4.0.0:
53865395
dependencies:
53875396
ansi-regex "^3.0.0"
53885397

5398+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5399+
version "6.0.1"
5400+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5401+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5402+
dependencies:
5403+
ansi-regex "^5.0.1"
5404+
53895405
strip-ansi@^7.0.1:
53905406
version "7.1.0"
53915407
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -5719,10 +5735,10 @@ uncommitted@^1.0.0:
57195735
resolved "https://registry.yarnpkg.com/uncommitted/-/uncommitted-1.0.0.tgz#a93e723023e256db09f04f70bccdaa115042163e"
57205736
integrity sha512-En9L72IrjOZZMXp+PCuoTrDGPleB1IBL7dDT0E5J0UZGudBruiI/6ObcKGI/xRoRJ/awjiCwVx+x/tBTw03MRg==
57215737

5722-
undici-types@~5.26.4:
5723-
version "5.26.5"
5724-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
5725-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
5738+
undici-types@~6.21.0:
5739+
version "6.21.0"
5740+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5741+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
57265742

57275743
unified@^9.2.2:
57285744
version "9.2.2"
@@ -5966,7 +5982,7 @@ workerpool@6.2.1:
59665982
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
59675983
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
59685984

5969-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5985+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
59705986
version "7.0.0"
59715987
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
59725988
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5992,6 +6008,15 @@ wrap-ansi@^6.2.0:
59926008
string-width "^4.1.0"
59936009
strip-ansi "^6.0.0"
59946010

6011+
wrap-ansi@^7.0.0:
6012+
version "7.0.0"
6013+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6014+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6015+
dependencies:
6016+
ansi-styles "^4.0.0"
6017+
string-width "^4.1.0"
6018+
strip-ansi "^6.0.0"
6019+
59956020
wrap-ansi@^8.1.0:
59966021
version "8.1.0"
59976022
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)