Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 955d386

Browse files
chore(deps): update dependency node to v24
1 parent f33526c commit 955d386

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 22.18.0
13+
node-version: 24.11.0
1414
- uses: cypress-io/github-action@v4
1515
with:
1616
# env: PORT=4000

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "^3.2.47"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.8.7",
18+
"@types/node": "^24.9.2",
1919
"@vitejs/plugin-vue": "^6.0.1",
2020
"@vue/compiler-sfc": "^3.2.47",
2121
"@vue/tsconfig": "^0.1.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@
184184
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.13.tgz#dff34f226ec1ac0432ae3b136ec5552bd3b9c0fe"
185185
integrity sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==
186186

187-
"@types/node@^22.8.7":
188-
version "22.8.7"
189-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.7.tgz#04ab7a073d95b4a6ee899f235d43f3c320a976f4"
190-
integrity sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==
187+
"@types/node@^24.9.2":
188+
version "24.9.2"
189+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
190+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
191191
dependencies:
192-
undici-types "~6.19.8"
192+
undici-types "~7.16.0"
193193

194194
195195
version "8.1.1"
@@ -1675,10 +1675,10 @@ typescript@~5.0.4:
16751675
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
16761676
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
16771677

1678-
undici-types@~6.19.8:
1679-
version "6.19.8"
1680-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
1681-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
1678+
undici-types@~7.16.0:
1679+
version "7.16.0"
1680+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
1681+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
16821682

16831683
universalify@^2.0.0:
16841684
version "2.0.0"

0 commit comments

Comments
 (0)