From e726ef4c7822cafb90d1f65448439b6b06b3bff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 09:23:08 -0400 Subject: build(deps): bump flowbite-react in /src/main/webui (#706) Bumps [flowbite-react](https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui) from 0.12.7 to 0.12.8. - [Release notes](https://github.com/themesberg/flowbite-react/releases) - [Changelog](https://github.com/themesberg/flowbite-react/blob/main/packages/ui/CHANGELOG.md) - [Commits](https://github.com/themesberg/flowbite-react/commits/flowbite-react@0.12.8/packages/ui) --- updated-dependencies: - dependency-name: flowbite-react dependency-version: 0.12.8 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> --- ...lowbite-react-npm-0.12.7-78024a986f-eb43f022e2.zip | Bin 1564116 -> 0 bytes ...lowbite-react-npm-0.12.8-ab092c955a-fa1c7d93c4.zip | Bin 0 -> 1564448 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/flowbite-react-npm-0.12.7-78024a986f-eb43f022e2.zip create mode 100644 src/main/webui/.yarn/cache/flowbite-react-npm-0.12.8-ab092c955a-fa1c7d93c4.zip (limited to 'src') diff --git a/src/main/webui/.yarn/cache/flowbite-react-npm-0.12.7-78024a986f-eb43f022e2.zip b/src/main/webui/.yarn/cache/flowbite-react-npm-0.12.7-78024a986f-eb43f022e2.zip deleted file mode 100644 index 67c3511..0000000 Binary files a/src/main/webui/.yarn/cache/flowbite-react-npm-0.12.7-78024a986f-eb43f022e2.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/flowbite-react-npm-0.12.8-ab092c955a-fa1c7d93c4.zip b/src/main/webui/.yarn/cache/flowbite-react-npm-0.12.8-ab092c955a-fa1c7d93c4.zip new file mode 100644 index 0000000..eec6a0c Binary files /dev/null and b/src/main/webui/.yarn/cache/flowbite-react-npm-0.12.8-ab092c955a-fa1c7d93c4.zip differ diff --git a/src/main/webui/package.json b/src/main/webui/package.json index a0746d2..04ba73d 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -26,7 +26,7 @@ "@rsbuild/plugin-svgr": "^1.2.2", "@tailwindcss/postcss": "^4.1.13", "flowbite": "^3.1.2", - "flowbite-react": "^0.12.7", + "flowbite-react": "^0.12.8", "graphql": "^16.11.0", "graphql-request": "7.2.0", "react": "19.1.1", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 2a01bdd..c9dbb50 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -4149,9 +4149,9 @@ eslint@latest: languageName: node linkType: hard -"flowbite-react@npm:^0.12.7": - version: 0.12.7 - resolution: "flowbite-react@npm:0.12.7" +"flowbite-react@npm:^0.12.8": + version: 0.12.8 + resolution: "flowbite-react@npm:0.12.8" dependencies: "@floating-ui/core": 1.6.9 "@floating-ui/react": 0.27.3 @@ -4173,7 +4173,7 @@ eslint@latest: tailwindcss: ^3 || ^4 bin: flowbite-react: dist/cli/bin.js - checksum: eb43f022e20ba086fc3ff6128113bfa8f7a741010ffd4f0ac87610dfdc18c9de80944c75224f24da0ac27b32911ad178b3d86ce590d7bfe928326974f97a82a2 + checksum: fa1c7d93c424a6760ec14a5b59eeec2034249d67415010e66ef3fa56c324033fd8f093bc4baba88892a080a2100afc3b97efee18be5c072b7650400d4de9ebcb languageName: node linkType: hard @@ -5958,7 +5958,7 @@ eslint@latest: eslint-plugin-prettier: latest eslint-plugin-react: latest flowbite: ^3.1.2 - flowbite-react: ^0.12.7 + flowbite-react: ^0.12.8 graphql: ^16.11.0 graphql-request: 7.2.0 prettier: latest -- cgit