diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index af4ab1d7..3d3dc818 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -20,7 +20,7 @@ "css-color-converter": "^2.0.0", "dayjs": "^1.11.19", "electron-builder": "^26.7.0", - "fuse.js": "^7.0.0", + "fuse.js": "^7.3.0", "i": "^0.3.7", "is-cidr": "^6.0.3", "npm": "^11.8.0", @@ -3887,12 +3887,16 @@ } }, "node_modules/fuse.js": { - "version": "7.1.0", - "resolved": "https://registry.npmmirror.com/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/geotiff": { diff --git a/src/static/app/package.json b/src/static/app/package.json index 5019e20c..bd6cdb0f 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -24,7 +24,7 @@ "css-color-converter": "^2.0.0", "dayjs": "^1.11.19", "electron-builder": "^26.7.0", - "fuse.js": "^7.0.0", + "fuse.js": "^7.3.0", "i": "^0.3.7", "is-cidr": "^6.0.3", "npm": "^11.8.0",