diff --git a/package-lock.json b/package-lock.json index f3a4e475a..5607efc08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "eslint-config-next": "^14.2.15", "postcss-preset-env": "^10.0.7", "prettier": "^3.3.3", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } }, @@ -7277,7 +7277,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.13", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 45b92638a..b99565170 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "eslint-config-next": "^14.2.15", "postcss-preset-env": "^10.0.7", "prettier": "^3.3.3", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.3" } }