From ab422f4fcbb8e494b25269b8fb4f30a7f2fc0d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:34:16 +0000 Subject: [PATCH] chore(deps): bump big.js from 5.2.2 to 6.2.2 Bumps [big.js](https://github.com/MikeMcl/big.js) from 5.2.2 to 6.2.2. - [Release notes](https://github.com/MikeMcl/big.js/releases) - [Changelog](https://github.com/MikeMcl/big.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/MikeMcl/big.js/compare/v5.2.2...v6.2.2) --- updated-dependencies: - dependency-name: big.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68886e08..c8407abb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -240,9 +240,9 @@ } }, "big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-6.2.2.tgz", + "integrity": "sha512-y/ie+Faknx7sZA5MfGA2xKlu0GDv8RWrXGsmlteyJQ2lvoKv9GBK/fpRMc2qlSoBAgNxrixICFCBefIq8WCQpQ==" }, "bignumber.js": { "version": "9.1.2", @@ -289,6 +289,11 @@ "ws": "^3.2.0" }, "dependencies": { + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -2538,6 +2543,11 @@ "ws": "^5.1.1" }, "dependencies": { + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" + }, "ws": { "version": "5.2.3", "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz", diff --git a/package.json b/package.json index fbecbfd4..fcfaf11b 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/aloysius-pgast/crypto-exchanges-gateway.git" }, "dependencies": { - "big.js": "^5.0.3", + "big.js": "^6.2.2", "binance": "^1.3.5", "bittrex-signalr-client": "git+https://github.com/aloysius-pgast/bittrex-signalr-client.git#master", "body-parser": "^1.17.2",