Skip to content

Commit d8d439f

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 2581780 commit d8d439f

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
@@ -1969,12 +1969,12 @@
19691969
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
19701970
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
19711971

1972-
"@types/node@^24.3.1":
1973-
version "24.3.1"
1974-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.1.tgz#b0a3fb2afed0ef98e8d7f06d46ef6349047709f3"
1975-
integrity sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==
1972+
"@types/node@^24.4.0":
1973+
version "24.4.0"
1974+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.4.0.tgz#4ca9168c016a55ab15b7765ad1674ab807489600"
1975+
integrity sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==
19761976
dependencies:
1977-
undici-types "~7.10.0"
1977+
undici-types "~7.11.0"
19781978

19791979
"@types/parse-path@^7.0.0":
19801980
version "7.1.0"
@@ -6660,10 +6660,10 @@ unctx@^2.4.1:
66606660
magic-string "^0.30.17"
66616661
unplugin "^2.1.0"
66626662

6663-
undici-types@~7.10.0:
6664-
version "7.10.0"
6665-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"
6666-
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
6663+
undici-types@~7.11.0:
6664+
version "7.11.0"
6665+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.11.0.tgz#075798115d0bbc4e4fc7c173f38727ca66bfb592"
6666+
integrity sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==
66676667

66686668
unenv@^2.0.0-rc.21:
66696669
version "2.0.0-rc.21"

0 commit comments

Comments
 (0)