From e5c90a1c93717722ca3995d5832cf920edc890bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 22:55:00 +0000 Subject: [PATCH] build(deps-dev): Bump daisyui in /docs in the docs-dependencies group Bumps the docs-dependencies group in /docs with 1 update: [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui). Updates `daisyui` from 5.7.4 to 5.7.7 - [Release notes](https://github.com/saadeghi/daisyui/releases) - [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md) - [Commits](https://github.com/saadeghi/daisyui/commits/v5.7.7/packages/daisyui) --- updated-dependencies: - dependency-name: daisyui dependency-version: 5.7.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index c02fa6c..40e0e5f 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -7,7 +7,7 @@ "name": "temporal-operator-docs", "devDependencies": { "@tailwindcss/cli": "4.3.3", - "daisyui": "5.7.4", + "daisyui": "5.7.7", "tailwindcss": "4.3.3" } }, @@ -756,9 +756,9 @@ } }, "node_modules/daisyui": { - "version": "5.7.4", - "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.7.4.tgz", - "integrity": "sha512-zKzFIwvEvn2QvE1TbUUtDnYFOqWoxeZh+j4QXfhkZKYAT++pO2ijyT9rkFm0GIPDWR1/oo9hHZzd96AsTK0iZg==", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/daisyui/-/daisyui-5.7.7.tgz", + "integrity": "sha512-k3fza99NburOj18SGqMmvMOoIP4iSKkw4PbaE8gCxNOvwoNdEg4HlKgNJjsh+00RijMVKNgOTNqw42FfOT5Ukw==", "dev": true, "license": "MIT", "funding": { diff --git a/docs/package.json b/docs/package.json index 591716a..ef192f4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "description": "Build-time CSS tooling for the Hugo docs site (Tailwind + daisyUI).", "devDependencies": { "@tailwindcss/cli": "4.3.3", - "daisyui": "5.7.4", + "daisyui": "5.7.7", "tailwindcss": "4.3.3" } }