Skip to content

Commit 53e27a7

Browse files
Update dependency @types/node to v20
1 parent 79a0c70 commit 53e27a7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"devDependencies": {
4646
"@types/jest": "^28.0.0",
4747
"@types/jest-each": "^24.3.0",
48-
"@types/node": "^18.0.0",
48+
"@types/node": "^20.0.0",
4949
"coveralls": "^3.0.0",
5050
"jest": "^28.0.0",
5151
"jest-each": "^28.0.0",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,13 @@
801801
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199"
802802
integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==
803803

804+
"@types/node@^20.0.0":
805+
version "20.8.7"
806+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.7.tgz#ad23827850843de973096edfc5abc9e922492a25"
807+
integrity sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==
808+
dependencies:
809+
undici-types "~5.25.1"
810+
804811
"@types/normalize-package-data@^2.4.0":
805812
version "2.4.0"
806813
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
@@ -4272,6 +4279,11 @@ typescript@^4.3.5:
42724279
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
42734280
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
42744281

4282+
undici-types@~5.25.1:
4283+
version "5.25.3"
4284+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
4285+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
4286+
42754287
update-browserslist-db@^1.0.4:
42764288
version "1.0.4"
42774289
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.4.tgz#dbfc5a789caa26b1db8990796c2c8ebbce304824"

0 commit comments

Comments
 (0)