diff --git a/package-lock.json b/package-lock.json index d1578556..2dc648b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.5.0", - "daisyui": "4.10.2", + "daisyui": "4.10.3", "next": "14.2.3", "react": "18.3.1", "react-dom": "18.3.1", @@ -2157,9 +2157,9 @@ } }, "node_modules/daisyui": { - "version": "4.10.2", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.10.2.tgz", - "integrity": "sha512-eCWS1W/JPyxW9IvlgW5m0R6rp9ZhRsBTW37rvEUthckkjsV04u8XipV519OoccSA46ixhSJa3q7XLI1WUFtRCA==", + "version": "4.10.3", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.10.3.tgz", + "integrity": "sha512-LuxUmktsfO8nk0MKbg8NAth0K199pL2FzPMqhy7PGKFQ9LWIDdYVnc4f60Ior1bvbyZcXoH6/hhU068UuHksjA==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index 4ce061f3..061287bb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.5.0", - "daisyui": "4.10.2", + "daisyui": "4.10.3", "next": "14.2.3", "react": "18.3.1", "react-dom": "18.3.1",