From aa2e47aad340f15e2fd817e4effbdacfa1f3843a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:28:18 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group with 4 updates Bumps the production-dependencies group with 4 updates: [flowbite](https://github.com/themesberg/flowbite), [infinite-scroll](https://github.com/metafizzy/infinite-scroll), [jquery](https://github.com/jquery/jquery) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `flowbite` from 2.5.2 to 4.0.1 - [Release notes](https://github.com/themesberg/flowbite/releases) - [Commits](https://github.com/themesberg/flowbite/compare/v2.5.2...v4.0.1) Updates `infinite-scroll` from 4.0.1 to 5.0.0 - [Release notes](https://github.com/metafizzy/infinite-scroll/releases) - [Commits](https://github.com/metafizzy/infinite-scroll/compare/v4.0.1...v5.0.0) Updates `jquery` from 3.7.1 to 4.0.0 - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.7.1...4.0.0) Updates `tailwindcss` from 3.4.19 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: flowbite dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: infinite-scroll dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aaf31eee..cbc2d049 100644 --- a/package.json +++ b/package.json @@ -124,11 +124,11 @@ "@glidejs/glide": "^3.5.2", "alpinejs": "^3.12.3", "fitvids": "^2.1.1", - "flowbite": "^2.4.1", - "infinite-scroll": "^4.0.1", - "jquery": "^3.6.0", + "flowbite": "^4.0.1", + "infinite-scroll": "^5.0.0", + "jquery": "^4.0.0", "lazysizes": "^5.3.2", - "tailwindcss": "^3.0.7", + "tailwindcss": "^4.2.1", "webpack": "^5.70.0" } }