diff --git a/package-lock.json b/package-lock.json index 9ec5dce..6817361 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "daisyui": "^5.5.19" + "daisyui": "^5.5.20" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19", @@ -39,9 +39,9 @@ } }, "node_modules/daisyui": { - "version": "5.5.19", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.19.tgz", - "integrity": "sha512-pbFAkl1VCEh/MPCeclKL61I/MqRIFFhNU7yiXoDDRapXN4/qNCoMxeCCswyxEEhqL5eiTTfwHvucFtOE71C9sA==", + "version": "5.5.20", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.5.20.tgz", + "integrity": "sha512-HemJcjl0Gk9rQ8BcgofN6p+EURrqftQG9wK1Hkxs98i49xe68+QxpNvry+PyxwkIUgrbMpNmZ5ZWjmtffAjfhQ==", "license": "MIT", "funding": { "url": "https://github.com/saadeghi/daisyui?sponsor=1" diff --git a/package.json b/package.json index a560033..29b927b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "watch": "npx @tailwindcss/cli --minify --input ./style.css --output ./static/style.css --watch" }, "dependencies": { - "daisyui": "^5.5.19" + "daisyui": "^5.5.20" }, "devDependencies": { "@tailwindcss/typography": "^0.5.19",