diff --git a/package-lock.json b/package-lock.json index 8b2987a7..c6ae4dc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "laravel-vite-plugin": "^1.0.3", "postcss": "^8.4.32", "postcss-nesting": "^13.0.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.12", "vite": "^5.4.0" } }, @@ -2292,11 +2292,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", - "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", + "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", "dev": true, - "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 9bc4f1ae..06efabf1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "laravel-vite-plugin": "^1.0.3", "postcss": "^8.4.32", "postcss-nesting": "^13.0.0", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.12", "vite": "^5.4.0" }, "dependencies": {