Skip to content

Commit 82ed048

Browse files
Update dependency @types/node to v22
1 parent 528bb42 commit 82ed048

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/jest": "^29.0.0",
5151
"@types/jest-each": "^24.3.0",
52-
"@types/node": "^20.0.0",
52+
"@types/node": "^22.0.0",
5353
"coveralls": "^3.0.0",
5454
"jest": "^29.0.0",
5555
"jest-each": "^29.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,12 +1009,12 @@
10091009
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199"
10101010
integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==
10111011

1012-
"@types/node@^20.0.0":
1013-
version "20.8.7"
1014-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.7.tgz#ad23827850843de973096edfc5abc9e922492a25"
1015-
integrity sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==
1012+
"@types/node@^22.0.0":
1013+
version "22.8.2"
1014+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
1015+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
10161016
dependencies:
1017-
undici-types "~5.25.1"
1017+
undici-types "~6.19.8"
10181018

10191019
"@types/normalize-package-data@^2.4.0":
10201020
version "2.4.0"
@@ -4617,10 +4617,10 @@ typescript@^5.0.0:
46174617
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
46184618
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
46194619

4620-
undici-types@~5.25.1:
4621-
version "5.25.3"
4622-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
4623-
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
4620+
undici-types@~6.19.8:
4621+
version "6.19.8"
4622+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
4623+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
46244624

46254625
update-browserslist-db@^1.0.4:
46264626
version "1.0.4"

0 commit comments

Comments
 (0)