diff --git a/package-lock.json b/package-lock.json index 6126df4..32bdd75 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.7.4", + "daisyui": "3.7.6", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0", @@ -1020,9 +1020,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.4.tgz", - "integrity": "sha512-hAgTomIK8RDQ/RLH9Z2NxZiNVAO40w08FlhgYS/8CTFF+wggeHeNJ0qNBHWAJJzhjD8UU2u4PZ4nc4r9rwfTLw==", + "version": "3.7.6", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.7.6.tgz", + "integrity": "sha512-7MsD3J1/LpRkxvkjm0OQBjmVhzEhQdi6lTfEP2Wrvgl/fjKst4KmfkM39g0iInroaFq1fEJbB/vobGDqFgXoYw==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index feafab8..06fea81 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.7.4", + "daisyui": "3.7.6", "next": "13.4.19", "react": "18.2.0", "react-dom": "18.2.0",