Skip to content

Commit 9c33ff5

Browse files
chore(deps): update dependency @types/node to v25
1 parent 7de8809 commit 9c33ff5

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
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@tailwindcss/vite": "^4.1.18",
7373
"@tauri-apps/cli": "^2.10.0",
74-
"@types/node": "^24.3.0",
74+
"@types/node": "^25.0.0",
7575
"@typescript-eslint/eslint-plugin": "^8.54.0",
7676
"@typescript-eslint/parser": "^8.54.0",
7777
"@vitejs/plugin-vue": "^6.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -793,12 +793,12 @@
793793
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz"
794794
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
795795

796-
"@types/node@^24.3.0":
797-
version "24.3.0"
798-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.0.tgz"
799-
integrity sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==
796+
"@types/node@^25.0.0":
797+
version "25.8.0"
798+
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.8.0.tgz#d13033397d1c186876bed4c9b9d7f3f962097eb3"
799+
integrity sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==
800800
dependencies:
801-
undici-types "~7.10.0"
801+
undici-types ">=7.24.0 <7.24.7"
802802

803803
"@types/web-bluetooth@^0.0.21":
804804
version "0.0.21"
@@ -3003,10 +3003,10 @@ ufo@^1.6.1:
30033003
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.3.tgz#799666e4e88c122a9659805e30b9dc071c3aed4f"
30043004
integrity sha512-yDJTmhydvl5lJzBmy/hyOAA0d+aqCBuwl818haVdYCRrWV84o7YyeVm4QlVHStqNrrJSTb6jKuFAVqAFsr+K3Q==
30053005

3006-
undici-types@~7.10.0:
3007-
version "7.10.0"
3008-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz"
3009-
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
3006+
"undici-types@>=7.24.0 <7.24.7":
3007+
version "7.24.6"
3008+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.24.6.tgz#61275b485d7fd4e9d269c7cf04ec2873c9cc0f91"
3009+
integrity sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==
30103010

30113011
universalify@^2.0.0:
30123012
version "2.0.1"

0 commit comments

Comments
 (0)