From a90348cc4c1940b1f3401452b8a25f292af4d7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:51:26 +0000 Subject: [PATCH] chore(deps-dev): 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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a2fb7c..e401c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "stylelint": "16.12.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.17", "vite": "6.0.3", "vite-plugin-html": "3.2.2", "vite-plugin-pwa": "0.21.1" @@ -29444,11 +29444,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/package.json b/package.json index 26d6a69..e5b8a2e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "stylelint": "16.12.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", - "tailwindcss": "3.4.16", + "tailwindcss": "3.4.17", "vite": "6.0.3", "vite-plugin-html": "3.2.2", "vite-plugin-pwa": "0.21.1"