From 0e4521fdea9fc252d1b35c4dbc35eeba68ac6e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 15:51:47 +0000 Subject: [PATCH] chore(deps): bump fuse.js from 5.2.3 to 6.6.2 Bumps [fuse.js](https://github.com/krisk/Fuse) from 5.2.3 to 6.6.2. - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/master/CHANGELOG.md) - [Commits](https://github.com/krisk/Fuse/compare/v5.2.3...v6.6.2) --- updated-dependencies: - dependency-name: fuse.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f90762d136..2712d3fedf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "express-winston": "^4.0.3", "flag-icon-css": "kiva/flag-icon-css.git#sprite", "foundation-sites": "6.6.3", - "fuse.js": "^5.2.3", + "fuse.js": "^6.6.2", "get-user-locale": "^1.4.0", "graphql": "^14.7.0", "graphql-tag": "^2.12.5", @@ -18500,9 +18500,9 @@ } }, "node_modules/fuse.js": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-5.2.3.tgz", - "integrity": "sha512-ld3AEgKtKnnXCtJavtygAb+aLlD5aVvLwTocXXBSStLA6JGFI6oMxTvumwh46N2/3gs3A7JNDu1px5F1/cq84g==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", + "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", "engines": { "node": ">=10" } @@ -54185,9 +54185,9 @@ "dev": true }, "fuse.js": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-5.2.3.tgz", - "integrity": "sha512-ld3AEgKtKnnXCtJavtygAb+aLlD5aVvLwTocXXBSStLA6JGFI6oMxTvumwh46N2/3gs3A7JNDu1px5F1/cq84g==" + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", + "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==" }, "gauge": { "version": "2.7.4", diff --git a/package.json b/package.json index 7b439c614fa..ff8a07167ee 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "express-winston": "^4.0.3", "flag-icon-css": "kiva/flag-icon-css.git#sprite", "foundation-sites": "6.6.3", - "fuse.js": "^5.2.3", + "fuse.js": "^6.6.2", "get-user-locale": "^1.4.0", "graphql": "^14.7.0", "graphql-tag": "^2.12.5",