diff --git a/package-lock.json b/package-lock.json index 3d9b151d..bfd0bca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/node": "^22.7.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.47", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4" } }, @@ -11355,9 +11355,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", - "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index a308ae6c..0dde77b1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/node": "^22.7.5", "autoprefixer": "^10.4.19", "postcss": "^8.4.47", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4" } }