diff --git a/package-lock.json b/package-lock.json index 5393ae9..23ca634 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.9.2", + "daisyui": "3.9.3", "next": "13.5.5", "react": "18.2.0", "react-dom": "18.2.0", @@ -1094,9 +1094,9 @@ "license": "MIT" }, "node_modules/daisyui": { - "version": "3.9.2", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.9.2.tgz", - "integrity": "sha512-yJZ1QjHUaL+r9BkquTdzNHb7KIgAJVFh0zbOXql2Wu0r7zx5qZNLxclhjN0WLoIpY+o2h/8lqXg7ijj8oTigOw==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-3.9.3.tgz", + "integrity": "sha512-8li177QCu6dqlEOzE3h/dAV1y9Movbjx5bzJIO/hNqMNZtJkbHM0trjTzbDejV7N57eNGdjBvAGtxZYKzS4jow==", "dependencies": { "colord": "^2.9", "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index c1032c8..27eb8a0 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@boxyhq/saml20": "1.2.4", - "daisyui": "3.9.2", + "daisyui": "3.9.3", "next": "13.5.5", "react": "18.2.0", "react-dom": "18.2.0",