diff --git a/package-lock.json b/package-lock.json index cc1bdb443f5..b0b034eaff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "dotenv": "^16.6.1", "ethers": "^6.16.0", "focus-trap-react": "^11.0.6", - "fuse.js": "^7.1.0", + "fuse.js": "^7.3.0", "github-slugger": "^2.0.0", "lodash": "^4.17.23", "marked": "^15.0.12", @@ -22236,12 +22236,16 @@ } }, "node_modules/fuse.js": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", - "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz", + "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==", "license": "Apache-2.0", "engines": { "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/krisk" } }, "node_modules/generator-function": { diff --git a/package.json b/package.json index c2c5fbac76f..a7d18ec3bf9 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "dotenv": "^16.6.1", "ethers": "^6.16.0", "focus-trap-react": "^11.0.6", - "fuse.js": "^7.1.0", + "fuse.js": "^7.3.0", "github-slugger": "^2.0.0", "lodash": "^4.17.23", "marked": "^15.0.12",