From 2ab564eae78f8218eca73988c9275d4fc71b10f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:31:51 +0000 Subject: [PATCH] [Docs Site] Bump tailwindcss from 3.4.16 to 3.4.17 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.16 to 3.4.17. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 55920ed259f7f1b..5170d5dc7ef1fdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "starlight-links-validator": "^0.13.4", "starlight-package-managers": "^0.8.1", "svgo": "^3.3.2", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "tippy.js": "^6.3.7", "tsx": "^4.19.2", "typescript": "^5.7.2", @@ -14943,9 +14943,9 @@ } }, "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==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 5e9d9c96ff8e31e..5613a1416fbb79c 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "starlight-links-validator": "^0.13.4", "starlight-package-managers": "^0.8.1", "svgo": "^3.3.2", - "tailwindcss": "^3.4.16", + "tailwindcss": "^3.4.17", "tippy.js": "^6.3.7", "tsx": "^4.19.2", "typescript": "^5.7.2",