From e775ede63fddb482e0aaee70e0a7e85591af3ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:10:43 +0000 Subject: [PATCH] npm(deps-dev): bump daisyui in the dependencies-patch-and-minor group Bumps the dependencies-patch-and-minor group with 1 update: [daisyui](https://github.com/saadeghi/daisyui). Updates `daisyui` from 4.12.20 to 4.12.21 - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/compare/v4.12.20...v4.12.21) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies-patch-and-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73debdaa9..6a29480ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@vitest/coverage-istanbul": "^2.1.8", "autoprefixer": "^10.4.20", "cheerio": "^1.0.0", - "daisyui": "^4.12.20", + "daisyui": "^4.12.21", "debug": "^4.4.0", "eslint": "^9.16.0", "globals": "^15.13.0", @@ -2225,9 +2225,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.20", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.20.tgz", - "integrity": "sha512-uHr3SQsd2yTjRdVuswTiqGFvZTxX0sGSBRa8JJdbKgmZCk/kRFh4B7Z2jg9vLIdwsHTHPyPgCkZadQo1ce0tAw==", + "version": "4.12.21", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.21.tgz", + "integrity": "sha512-dKfJoGTf5b7D75pVYdNcbhBQd73IOUh9wuXeWHm0qXus4FYvFJJpS9/EX41hAyhojE6s09/ow6wGgPGERzD5wg==", "dev": true, "dependencies": { "css-selector-tokenizer": "^0.8", diff --git a/package.json b/package.json index f80fa9d89..e679a1760 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@vitest/coverage-istanbul": "^2.1.8", "autoprefixer": "^10.4.20", "cheerio": "^1.0.0", - "daisyui": "^4.12.20", + "daisyui": "^4.12.21", "debug": "^4.4.0", "eslint": "^9.16.0", "globals": "^15.13.0",