From 4d3742b603049de9a18fa1cc4b6279479abce11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:45:00 +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] --- bun.lock | 4 ++-- packages/frontend/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index fb0d1c18..781ac734 100644 --- a/bun.lock +++ b/bun.lock @@ -64,7 +64,7 @@ "@plexus/shared": "workspace:*", "@types/human-format": "^1.0.3", "clsx": "^2.1.1", - "fuse.js": "^7.4.1", + "fuse.js": "^7.4.2", "human-format": "^1.2.1", "lucide-react": "^1.16.0", "react": "^19.2.7", @@ -874,7 +874,7 @@ "function-bind": ["function-bind@1.1.2", "", {}, "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="], - "fuse.js": ["fuse.js@7.4.1", "", {}, "sha512-AY7lKAXK71hi3WgUvDy6oZL67UEHOOtvCAwVdOXHyJd6ZzftBy7QqxuXt4HxmmAhYjmp/YCuOELZtIvAdlZ+fw=="], + "fuse.js": ["fuse.js@7.4.2", "", {}, "sha512-LVbzjD4WA6UP5B1UnP8wuaXJiLnqMdM/E4fiJXTJ5haJ5b/MBNsK29h2fm6swEoQaVQjvYFWKLE2RanyZIoRVQ=="], "gaxios": ["gaxios@7.1.4", "", { "dependencies": { "extend": "^3.0.2", "https-proxy-agent": "^7.0.1", "node-fetch": "^3.3.2" } }, "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA=="], diff --git a/packages/frontend/package.json b/packages/frontend/package.json index a16a86e1..156725a5 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -25,7 +25,7 @@ "@plexus/shared": "workspace:*", "@types/human-format": "^1.0.3", "clsx": "^2.1.1", - "fuse.js": "^7.4.1", + "fuse.js": "^7.4.2", "human-format": "^1.2.1", "lucide-react": "^1.16.0", "react": "^19.2.7",