diff --git a/package-lock.json b/package-lock.json index 242e3ec7..ce125221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,9 +94,9 @@ "optional": true }, "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==" }, "gray-matter": { "version": "4.0.3", diff --git a/package.json b/package.json index b52a0525..60bafe00 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@fortawesome/fontawesome-free": "^6.5.2", "fast-xml-parser": "^4.4.0", "bootstrap": "^5.3.3", - "fuse.js": "^6.6.2", + "fuse.js": "^7.0.0", "gray-matter": "^4.0.3", "jquery": "^3.7.1", "node-fetch": "^3.3.2"