diff --git a/package-lock.json b/package-lock.json index 3186c85..c876fa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nuxt/devtools": "*", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.5.3", - "daisyui": "^3.5.1", + "daisyui": "^3.7.4", "nuxt": "^3.6.5" } }, @@ -5691,9 +5691,9 @@ "dev": true }, "node_modules/daisyui": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.5.1.tgz", - "integrity": "sha512-7GG+9QXnr2qQMCqnyFU8TxpaOYJigXiEtmzoivmiiZZHvxqIwYdaMAkgivqTVxEgy3Hot3m1suzZjmt1zUrvmA==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.4.tgz", + "integrity": "sha512-hAgTomIK8RDQ/RLH9Z2NxZiNVAO40w08FlhgYS/8CTFF+wggeHeNJ0qNBHWAJJzhjD8UU2u4PZ4nc4r9rwfTLw==", "dev": true, "dependencies": { "colord": "^2.9", diff --git a/package.json b/package.json index 0373e6a..27c8d21 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@nuxt/devtools": "latest", "@nuxtjs/tailwindcss": "^6.8.0", "@types/node": "^20.5.3", - "daisyui": "^3.5.1", + "daisyui": "^3.7.4", "nuxt": "^3.6.5" }, "overrides": {