diff --git a/package-lock.json b/package-lock.json index 0a348ff..2da96ff 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.8" }, "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.8", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.8.tgz", + "integrity": "sha512-kjeW8gjdxasbmFKpVGrGd5T4i40mV5J2Rasw48QARfYeQ8YS9x02ON9SFWax3Qf616rt4Cp3nVNIj6Hd1mP3og==", "license": "MIT" }, "node_modules/update-browserslist-db": { diff --git a/package.json b/package.json index 335a3f1..29db615 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ }, "dependencies": { "autoprefixer": "^10.4.20", - "tailwindcss": "^4.0.14" + "tailwindcss": "^4.1.8" } }