diff --git a/eslint-plugin-tailwindcss/package-lock.json b/eslint-plugin-tailwindcss/package-lock.json index 94e4ca9..99775cf 100644 --- a/eslint-plugin-tailwindcss/package-lock.json +++ b/eslint-plugin-tailwindcss/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-tailwindcss": "^3.15.1", - "vite": "^5.1.6" + "vite": "^5.1.7" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -5172,9 +5172,9 @@ "peer": true }, "node_modules/vite": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz", - "integrity": "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==", + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz", + "integrity": "sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/eslint-plugin-tailwindcss/package.json b/eslint-plugin-tailwindcss/package.json index 13f1038..59fbb9c 100644 --- a/eslint-plugin-tailwindcss/package.json +++ b/eslint-plugin-tailwindcss/package.json @@ -23,6 +23,6 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "eslint-plugin-tailwindcss": "^3.15.1", - "vite": "^5.1.6" + "vite": "^5.1.7" } }