From 72f34e01c50bd57d08cc7938f4eceea1ec8c573d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 03:34:20 +0000 Subject: [PATCH] fix: upgrade @neutron-org/neutronjsplus from 0.0.9 to 0.0.12 Snyk has created this PR to upgrade @neutron-org/neutronjsplus from 0.0.9 to 0.0.12. See this package in npm: See this project in Snyk: https://app.snyk.io/org/neutron-robot/project/96bea5bd-1912-4eda-ad7f-098b315c41a4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9f6af9c6..9c5289c7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@cosmos-client/core": "0.45.13", "@cosmos-client/cosmwasm": "^0.20.1", "@cosmos-client/ibc": "^1.2.1", - "@neutron-org/neutronjsplus": "^0.0.9", + "@neutron-org/neutronjsplus": "^0.0.12", "@types/lodash": "^4.14.182", "@types/long": "^4.0.2", "axios": "^0.27.2", diff --git a/yarn.lock b/yarn.lock index 335e4d65..c26e16a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1591,15 +1591,16 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@neutron-org/neutronjsplus@^0.0.9": - version "0.0.9" - resolved "https://registry.yarnpkg.com/@neutron-org/neutronjsplus/-/neutronjsplus-0.0.9.tgz#d4aea3ddc828438b22cd60e0f5746063f957614d" - integrity sha512-yAzfPiwgE9500lbD02zhQXGbgzwl9OkMWC58y1oMKav0LIHLN9In8a9t4Wg6QGFg0eGxW0teQZrXudGNufW4qQ== +"@neutron-org/neutronjsplus@^0.0.12": + version "0.0.12" + resolved "https://registry.yarnpkg.com/@neutron-org/neutronjsplus/-/neutronjsplus-0.0.12.tgz#a816a9e5ce3bfc25013166e008487b0842dfce1f" + integrity sha512-ef1c5WWJ1sUKAjl57VxI5nd1orofVVriMC+K6Ca1FxEFqXwlNd7DUZvc2nk3F4RcZTl2jVG97NdWIvzUtUs3DA== dependencies: "@cosmos-client/core" "0.45.13" "@cosmos-client/cosmwasm" "^0.20.1" "@cosmos-client/ibc" "^1.2.1" axios "^0.27.2" + long "^5.2.1" merkletreejs "^0.3.9" "@nodelib/fs.scandir@2.1.5":