From d8ec46995e2461d00af6725b410bdec83048b3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 00:32:45 +0000 Subject: [PATCH] Bump fuse.js from 7.0.0 to 7.1.0 Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.0.0 to 7.1.0. - [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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: fuse.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/kolibri-common/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/kolibri-common/package.json b/packages/kolibri-common/package.json index c01e673dd75..27a31a29e65 100644 --- a/packages/kolibri-common/package.json +++ b/packages/kolibri-common/package.json @@ -10,7 +10,7 @@ "@shopify/draggable": "^1.0.0-beta.8", "clipboard": "^2.0.11", "date-fns": "^1.28.2", - "fuse.js": "^7.0.0", + "fuse.js": "^7.1.0", "knuth-shuffle-seeded": "^1.0.6", "screenfull": "^5.2.0" } diff --git a/yarn.lock b/yarn.lock index 55cdecd1eb7..8b4cafc1406 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5748,10 +5748,10 @@ functions-have-names@^1.2.3: resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== -fuse.js@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.0.0.tgz#6573c9fcd4c8268e403b4fc7d7131ffcf99a9eb2" - integrity sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q== +fuse.js@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/fuse.js/-/fuse.js-7.1.0.tgz#306228b4befeee11e05b027087c2744158527d09" + integrity sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ== fuzzysearch@1.0.3: version "1.0.3"