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

Commit c01a7b3

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

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.10.2",
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.10.2"
17+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.2.tgz#32a5e8228357f57714ad28d52229ab04880c2814"
18+
integrity sha512-37MXfxkb0vuIlRKHNxwCkb60PNBpR94u4efQuN4JgIAm66zfCDXGSAFCef9XUWFovX2R1ok6Z7MHhtdVXXkkIw==
19+
dependencies:
20+
undici-types "~5.26.4"
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.26.4:
808+
version "5.26.5"
809+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
810+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
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)