Browse Source
Feature/upgrade big.js to version 7.0.1 (#4784)
* Upgrade big.js to version 7.0.1
* Update changelog
pull/4785/head^2
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Renamed `orders` to `activities` in the `Tag` database schema |
|
|
|
- Improved the language localization for Dutch (`nl`) |
|
|
|
- Upgraded `big.js` from version `6.2.2` to `7.0.1` |
|
|
|
|
|
|
|
## 2.164.0 - 2025-05-28 |
|
|
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ |
|
|
|
"@simplewebauthn/server": "13.1.1", |
|
|
|
"@stripe/stripe-js": "5.4.0", |
|
|
|
"alphavantage": "2.2.0", |
|
|
|
"big.js": "6.2.2", |
|
|
|
"big.js": "7.0.1", |
|
|
|
"bootstrap": "4.6.2", |
|
|
|
"bull": "4.16.5", |
|
|
|
"chart.js": "4.4.9", |
|
|
@ -15220,9 +15220,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/big.js": { |
|
|
|
"version": "6.2.2", |
|
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz", |
|
|
|
"integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==", |
|
|
|
"version": "7.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-7.0.1.tgz", |
|
|
|
"integrity": "sha512-iFgV784tD8kq4ccF1xtNMZnXeZzVuXWWM+ERFzKQjv+A5G9HC8CY3DuV45vgzFFcW+u2tIvmF95+AzWgs6BjCg==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": "*" |
|
|
|
|
|
@ -93,7 +93,7 @@ |
|
|
|
"@simplewebauthn/server": "13.1.1", |
|
|
|
"@stripe/stripe-js": "5.4.0", |
|
|
|
"alphavantage": "2.2.0", |
|
|
|
"big.js": "6.2.2", |
|
|
|
"big.js": "7.0.1", |
|
|
|
"bootstrap": "4.6.2", |
|
|
|
"bull": "4.16.5", |
|
|
|
"chart.js": "4.4.9", |
|
|
|