Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 54626eb

Browse files
committed
Update dependency @types/node to v20
1 parent b3bedc4 commit 54626eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@ava/typescript": "2.0.0",
2727
"@types/dotenv": "8.2.0",
28-
"@types/node": "18.19.9",
28+
"@types/node": "20.11.6",
2929
"@types/ramda": "0.29.10",
3030
"@typescript-eslint/eslint-plugin": "5.62.0",
3131
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@
368368
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.5.tgz#96ec3b0afafd64a4ccea9107b75bf8489f0e5765"
369369
integrity sha512-3ySmiBYJPqgjiHA7oEaIo2Rzz0HrOZ7yrNO5HWyaE5q0lQ3BppDZ3N53Miz8bw2I7gh1/zir2MGVZBvpb1zq9g==
370370

371-
"@types/node@18.19.9":
372-
version "18.19.9"
373-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.9.tgz#6c2624c3a05bfa3a2735c533f95597ffacbb5608"
374-
integrity sha512-oZFKlC8l5YtzGQNT4zC2PiSSKzQVZ8bAwwd+EYdPLtyk0nSEq6O16SkK+rkkT2eflDAbormJgEF3QnH3oDrTSw==
371+
"@types/node@20.11.6":
372+
version "20.11.6"
373+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.6.tgz#6adf4241460e28be53836529c033a41985f85b6e"
374+
integrity sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==
375375
dependencies:
376376
undici-types "~5.26.4"
377377

0 commit comments

Comments
 (0)