diff --git a/package-lock.json b/package-lock.json index 682ae8a..6a0401a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.6.3", + "daisyui": "3.6.4", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0", @@ -1020,9 +1020,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.6.3.tgz", - "integrity": "sha512-VNWogAjx37H8kNYd2E/+r1OXc6dOvJTKlKltqIKAlNMFVfx2BIKPcmnVxaHQLfj2vhv1mYDBjgWj+1enQ+4yZA==", + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.6.4.tgz", + "integrity": "sha512-8cFEkA2CaTKLUBvEU+9cTx6uvLSN2ZUq9fXxMkdiRS7QM79jBFv3klNkbUaPslmVh0eoeeCk0o98sjmfQ7/Cgg==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index b91de5a..a878862 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.6.3", + "daisyui": "3.6.4", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0",