diff --git a/package-lock.json b/package-lock.json index 4d5728e..7037ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10740,9 +10740,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", - "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -11814,7 +11814,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "postcss": "8.4.47", - "tailwindcss": "3.4.12" + "tailwindcss": "3.4.13" } } } diff --git a/packages/ui/package.json b/packages/ui/package.json index a17f14d..6447606 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -43,6 +43,6 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "postcss": "8.4.47", - "tailwindcss": "3.4.12" + "tailwindcss": "3.4.13" } }