diff --git a/package-lock.json b/package-lock.json index 4e8a2da..bab6872 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.4.2", - "daisyui": "4.6.0", + "daisyui": "4.6.1", "next": "14.1.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -2264,9 +2264,9 @@ } }, "node_modules/daisyui": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.6.0.tgz", - "integrity": "sha512-B5ZB/sczXpp4LMdo/SZrtYY/U2hq+Vr9I15QawuWZ0VwgtSAbuZpAZUftKVryEsPuv3BM0yVlBED0nAmtis/dw==", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.6.1.tgz", + "integrity": "sha512-IXI8ypN/hkl1AKsag1XPlWt0wfvL4NedTUtUkv/VFP5q/xDbBZrZthq3/9M2yU1egcbbLhp01rluIz0GICUc+g==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index 2f2beab..f49bf8e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.4.2", - "daisyui": "4.6.0", + "daisyui": "4.6.1", "next": "14.1.0", "react": "18.2.0", "react-dom": "18.2.0",