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
parent
commit
c2dc216305
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 12
      package-lock.json
  3. 2
      package.json

1
CHANGELOG.md

@ -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 - Migrated various components from `NgClass` to class bindings
- Refreshed the cryptocurrencies list - Refreshed the cryptocurrencies list
- Upgraded `@ionic/angular` from version `8.8.1` to `8.8.5` - 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` - Upgraded `Nx` from version `22.6.5` to `22.7.1`
### Fixed ### Fixed

12
package-lock.json

@ -68,7 +68,7 @@
"dotenv-expand": "12.0.3", "dotenv-expand": "12.0.3",
"envalid": "8.1.1", "envalid": "8.1.1",
"fast-redact": "3.5.0", "fast-redact": "3.5.0",
"fuse.js": "7.1.0", "fuse.js": "7.3.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"helmet": "7.0.0", "helmet": "7.0.0",
"http-status-codes": "2.3.0", "http-status-codes": "2.3.0",
@ -23216,12 +23216,16 @@
} }
}, },
"node_modules/fuse.js": { "node_modules/fuse.js": {
"version": "7.1.0", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
"integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=10" "node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/krisk"
} }
}, },
"node_modules/gaxios": { "node_modules/gaxios": {

2
package.json

@ -113,7 +113,7 @@
"dotenv-expand": "12.0.3", "dotenv-expand": "12.0.3",
"envalid": "8.1.1", "envalid": "8.1.1",
"fast-redact": "3.5.0", "fast-redact": "3.5.0",
"fuse.js": "7.1.0", "fuse.js": "7.3.0",
"google-spreadsheet": "3.2.0", "google-spreadsheet": "3.2.0",
"helmet": "7.0.0", "helmet": "7.0.0",
"http-status-codes": "2.3.0", "http-status-codes": "2.3.0",

Loading…
Cancel
Save