diff --git a/package-lock.json b/package-lock.json index 9f10e8c..73ed200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.13", + "daisyui": "4.12.14", "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", @@ -2800,10 +2800,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==", - "license": "MIT", + "version": "4.12.14", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.14.tgz", + "integrity": "sha512-hA27cdBasdwd4/iEjn+aidoCrRroDuo3G5W9NDKaVCJI437Mm/3eSL/2u7MkZ0pt8a+TrYF3aT2pFVemTS3how==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index af06f9c..8f16ef5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.13", + "daisyui": "4.12.14", "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1",