From 02a772a9d508027d73ddbafae8338ff4d87cf799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:00:54 +0000 Subject: [PATCH] Bump big.js from 5.2.2 to 6.0.2 Bumps [big.js](https://github.com/MikeMcl/big.js) from 5.2.2 to 6.0.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.0.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca1dd33..de4ebb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,9 +63,9 @@ "dev": true }, "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.0.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-6.0.2.tgz", + "integrity": "sha512-5PQYFp5ZrznQwD7cNgUHZwpC0gm/Pmh2GiUMSW4KurSXEtjLUVAXnmxYnM2W1X0Dx9JFAcvYJ4IQ+dchanp5VA==" }, "binary-extensions": { "version": "2.1.0", diff --git a/package.json b/package.json index 4c04c6c..f203355 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/Tabcorp/dollar-string/issues" }, "dependencies": { - "big.js": "~5.2.2" + "big.js": "~6.0.2" }, "devDependencies": { "mocha": "~8.1.0",