From 7fb26e610817b9c20eeb1ec3dc39b75157df95bb Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:45:39 +0100 Subject: [PATCH] Upgrade @types/big.js to version 6.2.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c2f38cf4c..85a29ea29 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "@storybook/angular": "7.6.5", "@storybook/core-server": "7.6.5", "@trivago/prettier-plugin-sort-imports": "4.3.0", - "@types/big.js": "6.1.6", + "@types/big.js": "6.2.2", "@types/body-parser": "1.19.2", "@types/cache-manager": "3.4.2", "@types/color": "3.0.3", diff --git a/yarn.lock b/yarn.lock index 9e345f608..03e4cca81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6946,10 +6946,10 @@ dependencies: "@babel/types" "^7.20.7" -"@types/big.js@6.1.6": - version "6.1.6" - resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.1.6.tgz#3d417e758483d55345a03a087f7e0c87137ca444" - integrity sha512-0r9J+Zz9rYm2hOTwiMAVkm3XFQ4u5uTK37xrQMhc9bysn/sf/okzovWMYYIBMFTn/yrEZ11pusgLEaoarTlQbA== +"@types/big.js@6.2.2": + version "6.2.2" + resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.2.2.tgz#69422ec9ef59df1330ccfde2106d9e1159a083c3" + integrity sha512-e2cOW9YlVzFY2iScnGBBkplKsrn2CsObHQ2Hiw4V1sSyiGbgWL8IyqE3zFi1Pt5o1pdAtYkDAIsF3KKUPjdzaA== "@types/body-parser@*": version "1.19.4"