diff --git a/package-lock.json b/package-lock.json index 29e3690b..38256783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache 2.0", "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.20", + "daisyui": "4.12.22", "next": "15.1.0", "react": "19.0.0", "react-dom": "19.0.0", @@ -2747,10 +2747,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.20", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.20.tgz", - "integrity": "sha512-uHr3SQsd2yTjRdVuswTiqGFvZTxX0sGSBRa8JJdbKgmZCk/kRFh4B7Z2jg9vLIdwsHTHPyPgCkZadQo1ce0tAw==", - "license": "MIT", + "version": "4.12.22", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.22.tgz", + "integrity": "sha512-HDLWbmTnXxhE1MrMgSWjVgdRt+bVYHvfNbW3GTsyIokRSqTHonUTrxV3RhpPDjGIWaHt+ELtDCTYCtUFgL2/Nw==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index f4105758..8f63b9a3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.5.1", - "daisyui": "4.12.20", + "daisyui": "4.12.22", "next": "15.1.0", "react": "19.0.0", "react-dom": "19.0.0",