[web] Upgrade fuse.js (#29174)

GitOrigin-RevId: b945829ac259827bbcb5877e0bc6c453d9dfd7e8
This commit is contained in:
Mathias Jakobsen
2025-10-21 15:30:25 +01:00
committed by Copybot
parent a33d799ee4
commit d5173cd098
2 changed files with 7 additions and 6 deletions

11
package-lock.json generated
View File

@@ -31150,12 +31150,13 @@
}
},
"node_modules/fuse.js": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-3.6.1.tgz",
"integrity": "sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
"integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
"dev": true,
"license": "Apache-2.0",
"engines": {
"node": ">=6"
"node": ">=10"
}
},
"node_modules/gauge": {
@@ -53399,7 +53400,7 @@
"fast-fuzzy": "^1.12.0",
"fetch-mock": "^12.5.2",
"formik": "^2.2.9",
"fuse.js": "^3.0.0",
"fuse.js": "^7.0.0",
"glob": "^7.1.6",
"globals": "^16.2.0",
"handlebars": "^4.7.8",

View File

@@ -326,7 +326,7 @@
"fast-fuzzy": "^1.12.0",
"fetch-mock": "^12.5.2",
"formik": "^2.2.9",
"fuse.js": "^3.0.0",
"fuse.js": "^7.0.0",
"glob": "^7.1.6",
"globals": "^16.2.0",
"handlebars": "^4.7.8",