Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 8a4730d

Browse files
Deps: Update dependency @types/node to v20.
1 parent e604ffd commit 8a4730d

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@types/chai": "4.2.14",
2222
"@types/mocha": "8.2.0",
23-
"@types/node": "10.17.51",
23+
"@types/node": "20.8.8",
2424
"chai": "4.2.0",
2525
"mocha": "8.2.1",
2626
"radargun": "1.0.1",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.0.tgz#3eb56d13a1de1d347ecb1957c6860c911704bc44"
1313
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
1414

15-
16-
version "10.17.51"
17-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.51.tgz#639538575befbcf3d3861f95c41de8e47124d674"
18-
integrity sha512-KANw+MkL626tq90l++hGelbl67irOJzGhUJk6a1Bt8QHOeh9tztJx+L0AqttraWKinmZn7Qi5lJZJzx45Gq0dg==
15+
16+
version "20.8.8"
17+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.8.tgz#adee050b422061ad5255fc38ff71b2bb96ea2a0e"
18+
integrity sha512-YRsdVxq6OaLfmR9Hy816IMp33xOBjfyOgUd77ehqg96CFywxAPbDbXvAsuN2KVg2HOT8Eh6uAfU+l4WffwPVrQ==
19+
dependencies:
20+
undici-types "~5.25.1"
1921

2022
2123
version "1.1.2"
@@ -802,6 +804,11 @@ [email protected]:
802804
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
803805
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
804806

807+
undici-types@~5.25.1:
808+
version "5.25.3"
809+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
810+
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
811+
805812
which-module@^2.0.0:
806813
version "2.0.0"
807814
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

0 commit comments

Comments
 (0)