diff --git a/package-lock.json b/package-lock.json index e941484..ae0b49c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "github-markdown-css": "^5.7.0", "rehype-accessible-emojis": "^0.3.2", "remark-toc": "^9.0.0", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2" }, "devDependencies": { @@ -7570,9 +7570,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==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 4d79b1b..b1922b1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "github-markdown-css": "^5.7.0", "rehype-accessible-emojis": "^0.3.2", "remark-toc": "^9.0.0", - "tailwindcss": "^3.4.13", + "tailwindcss": "^3.4.14", "typescript": "^5.6.2" }, "devDependencies": {