diff --git a/package-lock.json b/package-lock.json index 95f6001..5ee9187 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "remark-gfm": "^4.0.0", "remark-github-blockquote-alert": "^1.3.0", "remark-math": "^6.0.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "unist-util-visit": "^5.0.0", "ws": "^8.18.0" }, @@ -13099,8 +13099,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "3.4.16", - "license": "MIT", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/package.json b/package.json index 95fe7ef..bf16cf4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "remark-gfm": "^4.0.0", "remark-github-blockquote-alert": "^1.3.0", "remark-math": "^6.0.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "unist-util-visit": "^5.0.0", "ws": "^8.18.0" },