From 7b7075ac1f55dca3b834377e8c3eec9c69557972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:30:46 +0000 Subject: [PATCH] Bump fuse.js from 7.4.0 to 7.4.2 Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.4.0 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.0...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 3b229c9cf74..eed1edf0616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "dotenv": "^16.6.1", "ethers": "^6.16.0", "focus-trap-react": "^11.0.6", - "fuse.js": "^7.4.0", + "fuse.js": "^7.4.2", "github-slugger": "^2.0.0", "lodash": "^4.18.1", "marked": "^15.0.12", @@ -22203,9 +22203,9 @@ } }, "node_modules/fuse.js": { - "version": "7.4.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.4.0.tgz", - "integrity": "sha512-3UqmoSFwzX1sNB1YSk+Co0EdH29XCW2p9g48OAiy93cjKqzuABsqw2VIgSN3CmsT/wo6pIJ3F0Jxeiiby8rhIQ==", + "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 d78bbf31b78..558cc945095 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "dotenv": "^16.6.1", "ethers": "^6.16.0", "focus-trap-react": "^11.0.6", - "fuse.js": "^7.4.0", + "fuse.js": "^7.4.2", "github-slugger": "^2.0.0", "lodash": "^4.18.1", "marked": "^15.0.12",