diff --git a/package-lock.json b/package-lock.json index 1bfce1c899..f53f4cb128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "cspell": "^8.14.2", "postcss": "^8.4.45", "rdme": "8.6.6", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.13", "typescript": "^5.5.4", "yaml": "2.5.0" } @@ -10428,9 +10428,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -19120,9 +19120,9 @@ } }, "tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dev": true, "requires": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 804cb5b5a3..ba0b9eaa89 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "cspell": "^8.14.2", "postcss": "^8.4.45", "rdme": "8.6.6", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.13", "typescript": "^5.5.4", "yaml": "2.5.0" }