From 760d23728842e605826b8b266e54953e281b02f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 09:24:25 +0000 Subject: [PATCH] chore(deps): bump js-big-decimal from 2.0.1 to 2.0.4 Bumps [js-big-decimal](https://github.com/royNiladri/js-big-decimal) from 2.0.1 to 2.0.4. - [Release notes](https://github.com/royNiladri/js-big-decimal/releases) - [Commits](https://github.com/royNiladri/js-big-decimal/compare/v2.0.1...v2.0.4) --- updated-dependencies: - dependency-name: js-big-decimal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a99925ac23..ecaa7d165f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "flatpickr": "^4.6.9", "foundation-sites": "^5.5.2", "jquery-ui": "1.13.2", - "js-big-decimal": "^2.0.1", + "js-big-decimal": "^2.0.4", "moment": "^2.29.1", "mrujs": "^1.0.0", "select2": "^4.0.13", diff --git a/yarn.lock b/yarn.lock index 96aea31285..f1220918da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5464,10 +5464,10 @@ jquery-ui@1.13.2: resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== -js-big-decimal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/js-big-decimal/-/js-big-decimal-2.0.1.tgz#bee278c82442006f10cd75c86835878fa372ab06" - integrity sha512-7TG4ONel3kUKs465ZoJAAxypb1FUZ3Poaz4fdCD62BF8oQnS+s65oetAIDwoKxIDHNN0fbiJ6HMruypqpfiGPw== +js-big-decimal@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/js-big-decimal/-/js-big-decimal-2.0.4.tgz#eca611e5a917130e7b08f0d35eaa1b49dd12ea41" + integrity sha512-y2IkNqwCqJyUVkiW/ddqxDAzCojoIKKBHIXBGEprtEs+93Zk64Y2ZWHt1MzTRM+ASpKdOurYLcss4BX25bkGyQ== js-tokens@^4.0.0: version "4.0.0"