From 9f3e9f5c1b0cd7b1ac21f0737c10623c50030c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:22:50 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.16 to 3.4.17 in /client 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] --- client/package-lock.json | 9 ++++----- client/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 4ae2d36..aeab941 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "prettier-plugin-svelte": "^3.2.8", "prettier-plugin-tailwindcss": "^0.6.8", "svelte": "^5.2.3", - "tailwindcss": "^3.4.15", + "tailwindcss": "^3.4.17", "vite": "^5.4.11" } }, @@ -3499,11 +3499,10 @@ } }, "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, - "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", diff --git a/client/package.json b/client/package.json index b3a9b3d..28defae 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "prettier-plugin-svelte": "^3.2.8", "prettier-plugin-tailwindcss": "^0.6.8", "svelte": "^5.2.3", - "tailwindcss": "^3.4.15", + "tailwindcss": "^3.4.17", "vite": "^5.4.11" } }