Browse Source

Task/upgrade fuse.js to version 7.5.0 (#7411)

* Update fuse.js to version 7.5.0

* Update changelog
pull/7402/head
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
d6d8ed9c11
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgraded `fuse.js` from version `7.3.0` to `7.5.0`
## 3.33.0 - 2026-07-25
### Added

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