Browse Source
Task/upgrade fuse.js to version 7.3.0 (#6819)
* Upgrade fuse.js to version 7.3.0
* Update changelog
pull/6817/head^2
Thomas Kaul
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
10 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Migrated various components from `NgClass` to class bindings |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `@ionic/angular` from version `8.8.1` to `8.8.5` |
|
|
|
- Upgraded `fuse.js` from version `7.1.0` to `7.3.0` |
|
|
|
- Upgraded `Nx` from version `22.6.5` to `22.7.1` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
@ -68,7 +68,7 @@ |
|
|
|
"dotenv-expand": "12.0.3", |
|
|
|
"envalid": "8.1.1", |
|
|
|
"fast-redact": "3.5.0", |
|
|
|
"fuse.js": "7.1.0", |
|
|
|
"fuse.js": "7.3.0", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
"helmet": "7.0.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
@ -23216,12 +23216,16 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/fuse.js": { |
|
|
|
"version": "7.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/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/gaxios": { |
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ |
|
|
|
"dotenv-expand": "12.0.3", |
|
|
|
"envalid": "8.1.1", |
|
|
|
"fast-redact": "3.5.0", |
|
|
|
"fuse.js": "7.1.0", |
|
|
|
"fuse.js": "7.3.0", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
"helmet": "7.0.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
|