From 6c30ba889077eeb624bbc3d44b8fe592a03be785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:33:36 +0000 Subject: [PATCH] chore(deps): bump fuse.js from 7.1.0 to 7.5.0 Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.1.0 to 7.5.0. - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](https://github.com/krisk/Fuse/compare/v7.1.0...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 | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00d3339..25de819 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@microsoft/clarity": "^1.0.2", "@resvg/resvg-js": "^2.6.2", "astro": "^7.2.0", - "fuse.js": "^7.1.0", + "fuse.js": "^7.5.0", "github-slugger": "^2.0.0", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0", @@ -7236,11 +7236,16 @@ } }, "node_modules/fuse.js": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", - "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "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" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/krisk" } }, "node_modules/gensync": { diff --git a/package.json b/package.json index 6aa3655..88654cd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@microsoft/clarity": "^1.0.2", "@resvg/resvg-js": "^2.6.2", "astro": "^7.2.0", - "fuse.js": "^7.1.0", + "fuse.js": "^7.5.0", "github-slugger": "^2.0.0", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0",