From 7c0f0aa519a5ba76233051669b9ef389241f78a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 15:33:57 +0000 Subject: [PATCH] chore(deps): bump daisyui from 4.12.22 to 4.12.23 Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.12.22 to 4.12.23. - [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.22...v4.12.23) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-patch ... 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 d5b616e..0225c31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "1.7.9", - "daisyui": "4.12.22", + "daisyui": "4.12.23", "dayjs": "1.11.13", "dotenv": "16.4.7", "he": "1.2.0", @@ -4362,9 +4362,9 @@ } }, "node_modules/daisyui": { - "version": "4.12.22", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.22.tgz", - "integrity": "sha512-HDLWbmTnXxhE1MrMgSWjVgdRt+bVYHvfNbW3GTsyIokRSqTHonUTrxV3RhpPDjGIWaHt+ELtDCTYCtUFgL2/Nw==", + "version": "4.12.23", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.12.23.tgz", + "integrity": "sha512-EM38duvxutJ5PD65lO/AFMpcw+9qEy6XAZrTpzp7WyaPeO/l+F/Qiq0ECHHmFNcFXh5aVoALY4MGrrxtCiaQCQ==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index 4b566ed..63d06f9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://mikesprague.github.io/react-tailwind-ghpages-starter", "dependencies": { "axios": "1.7.9", - "daisyui": "4.12.22", + "daisyui": "4.12.23", "dayjs": "1.11.13", "dotenv": "16.4.7", "he": "1.2.0",