From 3dc837a9f72239c011c1b0744a99d806b49265f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 19:53:17 +0000 Subject: [PATCH] Bump big.js from 5.2.2 to 6.1.1 Bumps [big.js](https://github.com/MikeMcl/big.js) from 5.2.2 to 6.1.1. - [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.1.1) 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..c39578a 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.1.1", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-6.1.1.tgz", + "integrity": "sha512-1vObw81a8ylZO5ePrtMay0n018TcftpTA5HFKDaSuiUDBo8biRBtjIobw60OpwuvrGk+FsxKamqN4cnmj/eXdg==" }, "binary-extensions": { "version": "2.1.0", diff --git a/package.json b/package.json index 4c04c6c..c40a287 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.1.1" }, "devDependencies": { "mocha": "~8.1.0",