diff --git a/apps/site/package.json b/apps/site/package.json index d6172ce334139..265ab7a851025 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -83,7 +83,7 @@ "remark-reading-time": "~2.0.1", "semver": "~7.6.3", "shiki": "~1.17.5", - "tailwindcss": "^3.4.11", + "tailwindcss": "^3.4.13", "unist-util-visit": "~5.0.0", "vfile": "~6.0.3", "vfile-matter": "~5.0.0" diff --git a/package-lock.json b/package-lock.json index 49554ccff1ebd..7ab0b9512968b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "0.6.6" + "prettier-plugin-tailwindcss": "0.6.8" }, "engines": { "node": "v20" @@ -76,7 +76,7 @@ "remark-reading-time": "~2.0.1", "semver": "~7.6.3", "shiki": "~1.17.5", - "tailwindcss": "^3.4.11", + "tailwindcss": "^3.4.13", "unist-util-visit": "~5.0.0", "vfile": "~6.0.3", "vfile-matter": "~5.0.0" @@ -23465,11 +23465,10 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.6.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.6.tgz", - "integrity": "sha512-OPva5S7WAsPLEsOuOWXATi13QrCKACCiIonFgIR6V4lYv4QLp++UXVhZSzRbZxXGimkQtQT86CC6fQqTOybGng==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.8.tgz", + "integrity": "sha512-dGu3kdm7SXPkiW4nzeWKCl3uoImdd5CTZEJGxyypEPL37Wj0HT2pLqjrvSei1nTeuQfO4PUfjeW5cTUNRLZ4sA==", "dev": true, - "license": "MIT", "engines": { "node": ">=14.21.3" }, @@ -27947,10 +27946,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", - "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", - "license": "MIT", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.13.tgz", + "integrity": "sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 91571d15bad8d..1681a567d61bb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "prettier": "3.3.3", - "prettier-plugin-tailwindcss": "0.6.6" + "prettier-plugin-tailwindcss": "0.6.8" }, "overrides": { "eslint": "9.10.0",