diff --git a/package-lock.json b/package-lock.json index 0a348ff..1ae0ef5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "autoprefixer": "^10.4.20", - "tailwindcss": "^4.0.14" + "tailwindcss": "^4.1.13" }, "devDependencies": { "@inertiajs/inertia": "^0.11.1", @@ -1533,9 +1533,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.14.tgz", - "integrity": "sha512-92YT2dpt671tFiHH/e1ok9D987N9fHD5VWoly1CdPD/Cd1HMglvZwP3nx2yTj2lbXDAHt8QssZkxTLCCTNL+xw==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", + "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", "license": "MIT" }, "node_modules/update-browserslist-db": { diff --git a/package.json b/package.json index 335a3f1..e665cb9 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "autoprefixer": "^10.4.20", - "tailwindcss": "^4.0.14" + "tailwindcss": "^4.1.13" } }