diff --git a/with-tailwindcss-app/package.json b/with-tailwindcss-app/package.json index 47c8b2d..c48d025 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.0.7", "@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 fb840a2..fb43bc3 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.0.7": + version "25.0.7" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.7.tgz#afd2f0d34358631a287c6726dabe0c845abc2bae" + integrity sha512-C/er7DlIZgRJO7WtTdYovjIFzGsz0I95UlMyR9anTb4aCpBSRWe5Jc1/RvLKUfzmOxHPGjSE5+63HgLtndxU4w== dependencies: undici-types "~7.16.0"