From 09110529fa3d294e5b7a8ca372365bd53999f8a7 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 18 Dec 2024 09:09:50 +0000
Subject: [PATCH] NPM Dev(deps-dev): Bump tailwindcss from 3.4.15 to 3.4.17

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.15 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.15...v3.4.17)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 28 ++++++++--------------------
 package.json      |  2 +-
 2 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 12d1b50..3bbdfc4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -35,7 +35,7 @@
                 "cypress": "^13.15.2",
                 "cypress-axe": "^1.5.0",
                 "node-fetch": "^2.7.0",
-                "tailwindcss": "^3.4.15",
+                "tailwindcss": "^3.4.17",
                 "yaml-lint": "^1.7.0"
             },
             "engines": {
@@ -15603,11 +15603,10 @@
             }
         },
         "node_modules/lilconfig": {
-            "version": "3.1.2",
-            "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
-            "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
+            "version": "3.1.3",
+            "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
+            "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
             "dev": true,
-            "license": "MIT",
             "engines": {
                 "node": ">=14"
             },
@@ -21987,11 +21986,10 @@
             }
         },
         "node_modules/tailwindcss": {
-            "version": "3.4.15",
-            "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.15.tgz",
-            "integrity": "sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==",
+            "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",
@@ -22002,7 +22000,7 @@
                 "glob-parent": "^6.0.2",
                 "is-glob": "^4.0.3",
                 "jiti": "^1.21.6",
-                "lilconfig": "^2.1.0",
+                "lilconfig": "^3.1.3",
                 "micromatch": "^4.0.8",
                 "normalize-path": "^3.0.0",
                 "object-hash": "^3.0.0",
@@ -22062,16 +22060,6 @@
                 "node": ">= 6"
             }
         },
-        "node_modules/tailwindcss/node_modules/lilconfig": {
-            "version": "2.1.0",
-            "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
-            "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
-            "dev": true,
-            "license": "MIT",
-            "engines": {
-                "node": ">=10"
-            }
-        },
         "node_modules/tailwindcss/node_modules/readdirp": {
             "version": "3.6.0",
             "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
diff --git a/package.json b/package.json
index 7264245..80dcec1 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
         "cypress": "^13.15.2",
         "cypress-axe": "^1.5.0",
         "node-fetch": "^2.7.0",
-        "tailwindcss": "^3.4.15",
+        "tailwindcss": "^3.4.17",
         "yaml-lint": "^1.7.0"
     },
     "scripts": {