diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 1351c94a..eac69312 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -18,7 +18,7 @@ "@reduxjs/toolkit": "^1.9.7", "asciidoctor": "^3.0.2", "dompurify": "^3.2.4", - "fuse.js": "^6.6.2", + "fuse.js": "^7.1.0", "js-yaml": "^4.1.0", "json2csv": "^5.0.7", "lexical": "^0.11.1", @@ -8731,9 +8731,10 @@ } }, "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.1.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", + "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "license": "Apache-2.0", "engines": { "node": ">=10" } diff --git a/catalog/ui/package.json b/catalog/ui/package.json index b739f0f2..1fc02f61 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -88,7 +88,7 @@ "@reduxjs/toolkit": "^1.9.7", "asciidoctor": "^3.0.2", "dompurify": "^3.2.4", - "fuse.js": "^6.6.2", + "fuse.js": "^7.1.0", "js-yaml": "^4.1.0", "json2csv": "^5.0.7", "lexical": "^0.11.1",