Browse Source

Update fuse.js to version 7.5.0

pull/7411/head
Thomas Kaul 1 month ago
parent
commit
24182b3d6e
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json

@ -70,7 +70,7 @@
"dotenv-expand": "12.0.3",
"envalid": "8.2.0",
"fast-redact": "3.5.0",
"fuse.js": "7.3.0",
"fuse.js": "7.5.0",
"google-spreadsheet": "3.2.0",
"helmet": "8.2.0",
"http-status-codes": "2.3.0",
@ -21313,9 +21313,9 @@
}
},
"node_modules/fuse.js": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
"integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.5.0.tgz",
"integrity": "sha512-sQtrEfA+ez/3G0cCZecF70oqpCRttCexYUG4mUrtWL49ULUzUyxokt5kyqwtKzj1270RaKih+hcP3qLcumccow==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"

2
package.json

@ -114,7 +114,7 @@
"dotenv-expand": "12.0.3",
"envalid": "8.2.0",
"fast-redact": "3.5.0",
"fuse.js": "7.3.0",
"fuse.js": "7.5.0",
"google-spreadsheet": "3.2.0",
"helmet": "8.2.0",
"http-status-codes": "2.3.0",

Loading…
Cancel
Save