diff --git a/javascript/packages/tailwind-class-sorter/package.json b/javascript/packages/tailwind-class-sorter/package.json index bfe2f495a..0bb86b696 100644 --- a/javascript/packages/tailwind-class-sorter/package.json +++ b/javascript/packages/tailwind-class-sorter/package.json @@ -46,7 +46,7 @@ "postcss-import": "^16.1.1" }, "devDependencies": { - "@types/node": "^25.0.3", + "@types/node": "^25.0.10", "dedent": "^1.7.0", "esbuild": "^0.27.1", "rimraf": "^6.1.2", diff --git a/playground/package.json b/playground/package.json index 4b64f40f7..67d06dc25 100644 --- a/playground/package.json +++ b/playground/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@types/express": "^5.0.6", - "@types/node": "^25.0.3", + "@types/node": "^25.0.10", "@vitejs/plugin-vue": "^6.0.0" } } diff --git a/yarn.lock b/yarn.lock index d940520ab..d4a71480d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2036,10 +2036,10 @@ resolved "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz" integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA== -"@types/node@*", "@types/node@25.x", "@types/node@>=16.18.31", "@types/node@>=18", "@types/node@^25.0.3": - version "25.0.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.3.tgz#79b9ac8318f373fbfaaf6e2784893efa9701f269" - integrity sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA== +"@types/node@*", "@types/node@25.x", "@types/node@>=16.18.31", "@types/node@>=18", "@types/node@^25.0.10": + version "25.0.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.10.tgz#4864459c3c9459376b8b75fd051315071c8213e7" + integrity sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg== dependencies: undici-types "~7.16.0"