From 51730f13356a7b1c9ab10736cb7720b32f6cab2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:06:13 +0000 Subject: [PATCH] chore(deps): bump fuse.js from 7.4.1 to 7.4.2 Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.4.1 to 7.4.2. - [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.4.2) --- updated-dependencies: - dependency-name: fuse.js dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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..3c05a29 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.4.2", "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.4.2", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.4.2.tgz", + "integrity": "sha512-LVbzjD4WA6UP5B1UnP8wuaXJiLnqMdM/E4fiJXTJ5haJ5b/MBNsK29h2fm6swEoQaVQjvYFWKLE2RanyZIoRVQ==", "license": "Apache-2.0", "engines": { "node": ">=10" diff --git a/package.json b/package.json index d72e9b0..8775c80 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.4.2", "geist": "^1.7.0", "gsap": "^3.15.0", "lucide-react": "^1.7.0",