From 7e88e630e0bd2a255aa212a501f4223c633d1a15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 03:59:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20fuse.js=20from=206.6.1=20?= =?UTF-8?q?to=206.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.6.1 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/v6.6.1...v6.6.2) --- updated-dependencies: - dependency-name: fuse.js dependency-type: direct:development update-type: version-update:semver-patch ... 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 e3193d47..6b5a3aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.2", "chart.js": "^3.7.1", - "fuse.js": "^6.6.1", + "fuse.js": "^6.6.2", "katex": "^0.15.3", "mermaid": "^9.1.1", "prettier": "^2.6.2", @@ -1129,9 +1129,9 @@ "dev": true }, "node_modules/fuse.js": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.1.tgz", - "integrity": "sha512-3PXxXYsdKm68JHY6o2I9gIY+z9LcPs/ROITSzwFZyo0McjShwPFJU2i81Iu4h4si5X7JrrgXtOLDkeiTjdnWFQ==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", + "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", "dev": true, "engines": { "node": ">=10" @@ -2802,9 +2802,9 @@ "dev": true }, "fuse.js": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.1.tgz", - "integrity": "sha512-3PXxXYsdKm68JHY6o2I9gIY+z9LcPs/ROITSzwFZyo0McjShwPFJU2i81Iu4h4si5X7JrrgXtOLDkeiTjdnWFQ==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", + "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", "dev": true }, "glob": { diff --git a/package.json b/package.json index 45fbd55a..bb7b6511 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@tailwindcss/typography": "^0.5.2", "chart.js": "^3.7.1", - "fuse.js": "^6.6.1", + "fuse.js": "^6.6.2", "katex": "^0.15.3", "mermaid": "^9.1.1", "prettier": "^2.6.2",