From 5330703acf6b1704ff0a946db42cb386c1b7acab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:22:07 +0000 Subject: [PATCH] fix(deps): update dependency tailwindcss to ^3.4.17 (#1261) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4937f6d22..70074701d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "rehype-raw": "^7.0.0", "remark-custom-heading-id": "^2.0.0", "remark-definition-list": "^2.0.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typesense-instantsearch-adapter": "^2.8.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", @@ -10960,9 +10960,9 @@ "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==" }, "node_modules/tailwindcss": { - "version": "3.4.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.16.tgz", - "integrity": "sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==", + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 8b239bedb..8b37a899c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "rehype-raw": "^7.0.0", "remark-custom-heading-id": "^2.0.0", "remark-definition-list": "^2.0.0", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "typesense-instantsearch-adapter": "^2.8.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0",