From d1ff0384188a30312d9537bb7b29f00cfb43e55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 03:02:38 +0000 Subject: [PATCH] chore: bump fuse.js from 7.3.0 to 7.4.2 in /webapp Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.3.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.3.0...v7.4.2) --- updated-dependencies: - dependency-name: fuse.js dependency-version: 7.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- webapp/package-lock.json | 8 ++++---- webapp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 2c6f44cc196..c7e108b9758 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -34,7 +34,7 @@ "eurodigit": "^3.1.3", "fastest-levenshtein": "1.0.16", "font-awesome": "^4.7.0", - "fuse.js": "^7.3.0", + "fuse.js": "^7.4.2", "jquery": "3.5.1", "lodash-es": "^4.18.1", "moment-locales-webpack-plugin": "^1.2.0", @@ -8394,9 +8394,9 @@ } }, "node_modules/fuse.js": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz", - "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==", + "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/webapp/package.json b/webapp/package.json index 149312a19b5..c496d6fc3c2 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -48,7 +48,7 @@ "eurodigit": "^3.1.3", "fastest-levenshtein": "1.0.16", "font-awesome": "^4.7.0", - "fuse.js": "^7.3.0", + "fuse.js": "^7.4.2", "jquery": "3.5.1", "lodash-es": "^4.18.1", "moment-locales-webpack-plugin": "^1.2.0",