Skip to content

Commit b98dc8f

Browse files
chore(deps-dev): bump @types/node from 24.3.1 to 24.4.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.3.1 to 24.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d6c265 commit b98dc8f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
3737
"@pinia/nuxt": "^0.5.5",
3838
"@playwright/test": "^1.55.0",
39-
"@types/node": "^24.3.1",
39+
"@types/node": "^24.4.0",
4040
"nuxt-fathom": "^0.0.2",
4141
"playwright": "^1.53.2",
4242
"tailwindcss": "^4.1.11"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,12 +2130,12 @@
21302130
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
21312131
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
21322132

2133-
"@types/node@*", "@types/node@^24.3.1":
2134-
version "24.3.1"
2135-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.1.tgz#b0a3fb2afed0ef98e8d7f06d46ef6349047709f3"
2136-
integrity sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==
2133+
"@types/node@*", "@types/node@^24.4.0":
2134+
version "24.4.0"
2135+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.4.0.tgz#4ca9168c016a55ab15b7765ad1674ab807489600"
2136+
integrity sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==
21372137
dependencies:
2138-
undici-types "~7.10.0"
2138+
undici-types "~7.11.0"
21392139

21402140
"@types/normalize-package-data@^2.4.3":
21412141
version "2.4.4"
@@ -7704,10 +7704,10 @@ unctx@^2.4.1:
77047704
magic-string "^0.30.17"
77057705
unplugin "^2.1.0"
77067706

7707-
undici-types@~7.10.0:
7708-
version "7.10.0"
7709-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"
7710-
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
7707+
undici-types@~7.11.0:
7708+
version "7.11.0"
7709+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.11.0.tgz#075798115d0bbc4e4fc7c173f38727ca66bfb592"
7710+
integrity sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==
77117711

77127712
unenv@^2.0.0-rc.18, unenv@^2.0.0-rc.19:
77137713
version "2.0.0-rc.19"

0 commit comments

Comments
 (0)