diff --git a/react-tailwind-template/package-lock.json b/react-tailwind-template/package-lock.json index 34362a28..9643362f 100644 --- a/react-tailwind-template/package-lock.json +++ b/react-tailwind-template/package-lock.json @@ -27,7 +27,7 @@ "eslint-plugin-react-refresh": "^0.4.20", "tailwindcss": "^4.1.11", "typescript": "^5.9.2", - "vite": "^7.1.2" + "vite": "^7.1.3" } }, "node_modules/@ampproject/remapping": { @@ -4268,13 +4268,13 @@ } }, "node_modules/vite": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.2.tgz", - "integrity": "sha512-J0SQBPlQiEXAF7tajiH+rUooJPo0l8KQgyg4/aMunNtrOa7bwuZJsJbDWzeljqQpgftxuq5yNJxQ91O9ts29UQ==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.3.tgz", + "integrity": "sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", - "fdir": "^6.4.6", + "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", @@ -4342,10 +4342,13 @@ } }, "node_modules/vite/node_modules/fdir": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.6.tgz", - "integrity": "sha512-hiFoqpyZcfNm1yc4u8oWCf9A2c4D3QjCrks3zmoVKVxpQRzmPNar1hUJcBG2RQHvEVGDN+Jm81ZheVLAQMK6+w==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz", + "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==", "license": "MIT", + "engines": { + "node": ">=12.0.0" + }, "peerDependencies": { "picomatch": "^3 || ^4" }, diff --git a/react-tailwind-template/package.json b/react-tailwind-template/package.json index 6fa8ac27..fafbe83e 100644 --- a/react-tailwind-template/package.json +++ b/react-tailwind-template/package.json @@ -31,6 +31,6 @@ "eslint-plugin-react-refresh": "^0.4.20", "tailwindcss": "^4.1.11", "typescript": "^5.9.2", - "vite": "^7.1.2" + "vite": "^7.1.3" } }