diff --git a/package-lock.json b/package-lock.json index 8512dd9..b4a9258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.0.6", - "daisyui": "2.24.2", + "daisyui": "2.27.0", "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0", @@ -1025,9 +1025,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "2.24.2", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.24.2.tgz", - "integrity": "sha512-m1Z1FkkZ6Rdc81ehOjqMX6zKrUd1YReBKuowQNTNR1H3l//rbH3Gdrsx8L9w2wsxB0x+2NJCP1kGA3bbeacghQ==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.27.0.tgz", + "integrity": "sha512-AhFGhTore1Kdnae+5RGc2PGESSXOjAQDHJfvryP+KY41gxMcNErtuaGZG+nOmvOzNKgxViSDSaOn/VZq6H8kxA==", "dependencies": { "color": "^4.2", "css-selector-tokenizer": "^0.8.0", @@ -4372,9 +4372,9 @@ "dev": true }, "daisyui": { - "version": "2.24.2", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.24.2.tgz", - "integrity": "sha512-m1Z1FkkZ6Rdc81ehOjqMX6zKrUd1YReBKuowQNTNR1H3l//rbH3Gdrsx8L9w2wsxB0x+2NJCP1kGA3bbeacghQ==", + "version": "2.27.0", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-2.27.0.tgz", + "integrity": "sha512-AhFGhTore1Kdnae+5RGc2PGESSXOjAQDHJfvryP+KY41gxMcNErtuaGZG+nOmvOzNKgxViSDSaOn/VZq6H8kxA==", "requires": { "color": "^4.2", "css-selector-tokenizer": "^0.8.0", diff --git a/package.json b/package.json index 2b1de9e..63b4477 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.0.6", - "daisyui": "2.24.2", + "daisyui": "2.27.0", "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0",