From cbfc4a02ea63ca4c01d56ef2295fa3172d9ad93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:03:47 +0000 Subject: [PATCH] chore(deps): bump daisyui from 4.4.12 to 4.4.14 (#484) Bumps [daisyui](https://github.com/saadeghi/daisyui) from 4.4.12 to 4.4.14. - [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.4.12...v4.4.14) --- updated-dependencies: - dependency-name: daisyui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b87e6b9..97390f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "1.6.2", - "daisyui": "4.4.12", + "daisyui": "4.4.14", "dayjs": "1.11.10", "dotenv": "16.3.1", "he": "1.2.0", @@ -3763,9 +3763,9 @@ } }, "node_modules/daisyui": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.4.12.tgz", - "integrity": "sha512-h5yRV0EOyLnMkFdU7OYPJl27kdS4xDjF2Cm4aFqjJRWKcfEGyudFGYIcTFG6umwPKQiHsZCu8+7vqnj9bqgdVw==", + "version": "4.4.14", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-4.4.14.tgz", + "integrity": "sha512-1g37QzzDFM0QLQe+qRBswkGKyaGijk84t01UMg1ytkFhQxru3zeMh5nWcpC9KnqzKgnITkpSebpGqq4gP8zRrg==", "dependencies": { "css-selector-tokenizer": "^0.8", "culori": "^3", diff --git a/package.json b/package.json index ccdb6d3..ce5d3c8 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://mikesprague.github.io/react-tailwind-ghpages-starter", "dependencies": { "axios": "1.6.2", - "daisyui": "4.4.12", + "daisyui": "4.4.14", "dayjs": "1.11.10", "dotenv": "16.3.1", "he": "1.2.0",