diff --git a/package-lock.json b/package-lock.json index 37749173..a8a592b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13625,10 +13625,11 @@ } }, "node_modules/fuse.js": { - "version": "3.6.1", - "license": "Apache-2.0", + "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": ">=6" + "node": ">=10" } }, "node_modules/fzy.js": { @@ -30592,7 +30593,7 @@ "downshift": "^3.2.10", "find-up": "^6.3.0", "framer-motion": "^1.4.2", - "fuse.js": "^3.4.5", + "fuse.js": "^7.0.0", "gatsby-plugin-catch-links": "^3.14.0", "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-mdx": "^1.0.13", diff --git a/theme/package.json b/theme/package.json index e0d56cb3..740ac55d 100644 --- a/theme/package.json +++ b/theme/package.json @@ -54,7 +54,7 @@ "downshift": "^3.2.10", "find-up": "^6.3.0", "framer-motion": "^1.4.2", - "fuse.js": "^3.4.5", + "fuse.js": "^7.0.0", "gatsby-plugin-catch-links": "^3.14.0", "gatsby-plugin-manifest": "^3.14.0", "gatsby-plugin-mdx": "^1.0.13",