From df029f25dfad29b812769c0d145b055fdeab2214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:56:34 +0000 Subject: [PATCH] Bump @types/node from 25.0.6 to 25.2.3 in /with-tailwindcss-app Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.6 to 25.2.3. - [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: 25.2.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- with-tailwindcss-app/package.json | 2 +- with-tailwindcss-app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index d77901b..99dae31 100644 --- a/with-tailwindcss-app/package.json +++ b/with-tailwindcss-app/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@tailwindcss/postcss": "^4.1.18", - "@types/node": "^25.0.6", + "@types/node": "^25.2.3", "@types/react": "^18.3.13", "@types/react-dom": "18.3.1", "@types/shortid": "^2.2.0", diff --git a/with-tailwindcss-app/yarn.lock b/with-tailwindcss-app/yarn.lock index 06ed237..783fb0f 100644 --- a/with-tailwindcss-app/yarn.lock +++ b/with-tailwindcss-app/yarn.lock @@ -2034,10 +2034,10 @@ resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433" integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== -"@types/node@*", "@types/node@^25.0.6": - version "25.0.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.6.tgz#5ca3c46f2b256b59128f433426e42d464765dab1" - integrity sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q== +"@types/node@*", "@types/node@^25.2.3": + version "25.2.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.2.3.tgz#9c18245be768bdb4ce631566c7da303a5c99a7f8" + integrity sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ== dependencies: undici-types "~7.16.0"