Skip to content

Commit 9b7aca1

Browse files
authored
Merge pull request #72 from koiverse/dependabot/npm_and_yarn/types/node-25.0.9
chore(deps-dev): bump @types/node from 22.18.1 to 25.0.9
2 parents eae71d3 + 2273f06 commit 9b7aca1

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
},
221221
"devDependencies": {
222222
"@types/glob": "^9.0.0",
223-
"@types/node": "22.x",
223+
"@types/node": "25.x",
224224
"@types/vscode": "^1.76.0",
225225
"@typescript-eslint/eslint-plugin": "^5.56.0",
226226
"@typescript-eslint/parser": "^5.62.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -657,12 +657,12 @@
657657
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
658658
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
659659

660-
"@types/node@22.x":
661-
version "22.18.1"
662-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.1.tgz#cc85ee6999b2a2928739281d2f56ff410a140c52"
663-
integrity sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw==
660+
"@types/node@25.x":
661+
version "25.0.9"
662+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.9.tgz#81ce3579ddf67cae812a9d49c8a0ab90c82e7782"
663+
integrity sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==
664664
dependencies:
665-
undici-types "~6.21.0"
665+
undici-types "~7.16.0"
666666

667667
"@types/normalize-package-data@^2.4.3":
668668
version "2.4.4"
@@ -3401,10 +3401,10 @@ underscore@^1.12.1:
34013401
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.7.tgz#970e33963af9a7dda228f17ebe8399e5fbe63a10"
34023402
integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
34033403

3404-
undici-types@~6.21.0:
3405-
version "6.21.0"
3406-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
3407-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
3404+
undici-types@~7.16.0:
3405+
version "7.16.0"
3406+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3407+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
34083408

34093409
undici@^7.10.0:
34103410
version "7.12.0"

0 commit comments

Comments
 (0)