From 0c6377cea0c0e5959e5cc750c012719b59995856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:33:15 +0000 Subject: [PATCH] Bump fuse.js from 6.6.2 to 7.0.0 Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.6.2 to 7.0.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/v6.6.2...v7.0.0) --- updated-dependencies: - dependency-name: fuse.js dependency-type: direct:production update-type: version-update:semver-major ... 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 ddcbc57e..2ac20df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "anesidora": "^1.2.0", "aws-sdk": "^2.1483.0", "basic-auth": "^2.0.1", - "fuse.js": "^6.6.2", + "fuse.js": "^7.0.0", "html-entities": "^1.3.1", "js-yaml": "^4.1.0", "json5": "^2.2.3", @@ -392,9 +392,9 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" }, "node_modules/fuse.js": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", - "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz", + "integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==", "engines": { "node": ">=10" } diff --git a/package.json b/package.json index 1a3adfa6..4401bacd 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "anesidora": "^1.2.0", "aws-sdk": "^2.1483.0", "basic-auth": "^2.0.1", - "fuse.js": "^6.6.2", + "fuse.js": "^7.0.0", "html-entities": "^1.3.1", "js-yaml": "^4.1.0", "json5": "^2.2.3",