Browse Source
Feature/upgrade big.js to version 6.2.2 (#4126)
* Upgrade big.js to version 6.2.2
* Update changelog
pull/4117/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 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Extracted the market data management from the admin control panel endpoint to a dedicated endpoint |
|
|
|
- Upgraded `big.js` from version `6.2.1` to `6.2.2` |
|
|
|
|
|
|
|
## 2.129.0 - 2024-12-14 |
|
|
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
"@simplewebauthn/server": "9.0.3", |
|
|
|
"@stripe/stripe-js": "4.9.0", |
|
|
|
"alphavantage": "2.2.0", |
|
|
|
"big.js": "6.2.1", |
|
|
|
"big.js": "6.2.2", |
|
|
|
"body-parser": "1.20.2", |
|
|
|
"bootstrap": "4.6.0", |
|
|
|
"bull": "4.16.2", |
|
|
@ -13519,9 +13519,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/big.js": { |
|
|
|
"version": "6.2.1", |
|
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.1.tgz", |
|
|
|
"integrity": "sha512-bCtHMwL9LeDIozFn+oNhhFoq+yQ3BNdnsLSASUxLciOb1vgvpHsIO1dsENiGMgbb4SkP5TrzWzRiLddn8ahVOQ==", |
|
|
|
"version": "6.2.2", |
|
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz", |
|
|
|
"integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": "*" |
|
|
|
|
|
@ -91,7 +91,7 @@ |
|
|
|
"@simplewebauthn/server": "9.0.3", |
|
|
|
"@stripe/stripe-js": "4.9.0", |
|
|
|
"alphavantage": "2.2.0", |
|
|
|
"big.js": "6.2.1", |
|
|
|
"big.js": "6.2.2", |
|
|
|
"body-parser": "1.20.2", |
|
|
|
"bootstrap": "4.6.0", |
|
|
|
"bull": "4.16.2", |
|
|
|