From 3e466751d513dc6d7bd888eb03b710333d58fe83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:07:49 +0000 Subject: [PATCH] chore(deps): bump fuse.js from 7.4.1 to 7.5.0 Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.4.1 to 7.5.0. - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](https://github.com/krisk/Fuse/compare/v7.4.1...v7.5.0) --- updated-dependencies: - dependency-name: fuse.js dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7877bfa..13f7953 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@vercel/speed-insights": "^2.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "fuse.js": "^7.4.1", + "fuse.js": "^7.5.0", "geist": "^1.7.0", "gsap": "^3.15.0", "lucide-react": "^1.7.0", @@ -5642,9 +5642,9 @@ } }, "node_modules/fuse.js": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.4.1.tgz", - "integrity": "sha512-AY7lKAXK71hi3WgUvDy6oZL67UEHOOtvCAwVdOXHyJd6ZzftBy7QqxuXt4HxmmAhYjmp/YCuOELZtIvAdlZ+fw==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.5.0.tgz", + "integrity": "sha512-sQtrEfA+ez/3G0cCZecF70oqpCRttCexYUG4mUrtWL49ULUzUyxokt5kyqwtKzj1270RaKih+hcP3qLcumccow==", "license": "Apache-2.0", "engines": { "node": ">=10" diff --git a/package.json b/package.json index d72e9b0..e1cd40d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@vercel/speed-insights": "^2.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "fuse.js": "^7.4.1", + "fuse.js": "^7.5.0", "geist": "^1.7.0", "gsap": "^3.15.0", "lucide-react": "^1.7.0",