Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc-node/register": "1.10.10",
"@swc/core": "1.11.11",
"@types/jest": "30.0.0",
"@types/node": "22.13.8",
"@types/node": "22.18.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"all-contributors-cli": "^6.19.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3263,12 +3263,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.13.8":
version: 22.13.8
resolution: "@types/node@npm:22.13.8"
"@types/node@npm:22.18.0":
version: 22.18.0
resolution: "@types/node@npm:22.18.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/b69de3caab80336747bf41b5063478d23b196b9594c6f2eb819791380cc571676087dceb0fde9531ef7a1293f3eae12a9aaf79d8de349378c29a17c5e657bc78
undici-types: "npm:~6.21.0"
checksum: 10/c4e4cdac52aae71e120fb4a02a08f774366e8bd6654de9376fb1113fb66cfa2706176b72f188069cdecdb40e5cdde2befa031dc720a0cc0b1e349af9e38492ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -6649,7 +6649,7 @@ __metadata:
"@swc-node/register": "npm:1.10.10"
"@swc/core": "npm:1.11.11"
"@types/jest": "npm:30.0.0"
"@types/node": "npm:22.13.8"
"@types/node": "npm:22.18.0"
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
all-contributors-cli: "npm:^6.19.0"
Expand Down Expand Up @@ -8904,6 +8904,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10/ec8f41aa4359d50f9b59fa61fe3efce3477cc681908c8f84354d8567bb3701fafdddf36ef6bff307024d3feb42c837cf6f670314ba37fc8145e219560e473d14
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.1
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1"
Expand Down
Loading