diff --git a/package-lock.json b/package-lock.json index 59f001b..92c8e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jsdom": "^24.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.39", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.7", "typescript": "^5.5.2", "vite": "^5.3.3", "vite-plugin-pwa": "^0.20.0", @@ -7191,9 +7191,9 @@ "dev": true }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", + "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index e6c38cb..8605ff8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "jsdom": "^24.1.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.39", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.7", "typescript": "^5.5.2", "vite": "^5.3.3", "vite-plugin-pwa": "^0.20.0",