diff --git a/package-lock.json b/package-lock.json index 1d1a3a5..d678c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "devDependencies": { - "daisyui": "4.12.13", + "daisyui": "4.12.14", "htmx.org": "2.0.3", "tailwindcss": "3.4.14" } @@ -344,9 +344,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.13", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.13.tgz", - "integrity": "sha512-BnXyQoOByUF/7wSdIKubyhXxbtL8gxwY3u2cNMkxGP39TSVJqMmlItqtpY903fQnLI/NokC+bc+ZV+PEPsppPw==", + "version": "4.12.14", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.14.tgz", + "integrity": "sha512-hA27cdBasdwd4/iEjn+aidoCrRroDuo3G5W9NDKaVCJI437Mm/3eSL/2u7MkZ0pt8a+TrYF3aT2pFVemTS3how==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 50877c5..8658ca4 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "devDependencies": { "htmx.org": "2.0.3", "tailwindcss": "3.4.14", - "daisyui": "4.12.13" + "daisyui": "4.12.14" } }