diff --git a/samples/Dressca/dressca-frontend/admin/package.json b/samples/Dressca/dressca-frontend/admin/package.json index c3c03bd92..b047e09ba 100644 --- a/samples/Dressca/dressca-frontend/admin/package.json +++ b/samples/Dressca/dressca-frontend/admin/package.json @@ -54,7 +54,7 @@ "@tailwindcss/vite": "4.1.18", "@tsconfig/node24": "24.0.3", "@types/jsdom": "27.0.0", - "@types/node": "25.0.2", + "@types/node": "25.3.3", "@vitejs/plugin-vue": "6.0.3", "@vitejs/plugin-vue-jsx": "5.1.2", "@vitest/coverage-v8": "3.2.4", diff --git a/samples/Dressca/dressca-frontend/consumer/package.json b/samples/Dressca/dressca-frontend/consumer/package.json index 5f23333bf..2fb411f11 100644 --- a/samples/Dressca/dressca-frontend/consumer/package.json +++ b/samples/Dressca/dressca-frontend/consumer/package.json @@ -54,7 +54,7 @@ "@tailwindcss/vite": "4.1.18", "@tsconfig/node24": "24.0.3", "@types/jsdom": "27.0.0", - "@types/node": "25.0.2", + "@types/node": "25.3.3", "@vitejs/plugin-vue": "6.0.3", "@vitejs/plugin-vue-jsx": "5.1.2", "@vitest/coverage-v8": "3.2.4", diff --git a/samples/Dressca/dressca-frontend/package-lock.json b/samples/Dressca/dressca-frontend/package-lock.json index 75c129e69..4880a1816 100644 --- a/samples/Dressca/dressca-frontend/package-lock.json +++ b/samples/Dressca/dressca-frontend/package-lock.json @@ -37,7 +37,7 @@ "@tailwindcss/vite": "4.1.18", "@tsconfig/node24": "24.0.3", "@types/jsdom": "27.0.0", - "@types/node": "25.0.2", + "@types/node": "^25.3.3", "@vitejs/plugin-vue": "6.0.3", "@vitejs/plugin-vue-jsx": "5.1.2", "@vitest/coverage-v8": "3.2.4", @@ -92,7 +92,7 @@ "@tailwindcss/vite": "4.1.18", "@tsconfig/node24": "24.0.3", "@types/jsdom": "27.0.0", - "@types/node": "25.0.2", + "@types/node": "^25.3.3", "@vitejs/plugin-vue": "6.0.3", "@vitejs/plugin-vue-jsx": "5.1.2", "@vitest/coverage-v8": "3.2.4", @@ -3003,13 +3003,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz", - "integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==", + "version": "25.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.3.tgz", + "integrity": "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==", "license": "MIT", "peer": true, "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/sinonjs__fake-timers": { @@ -11505,9 +11505,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "license": "MIT" }, "node_modules/universalify": {