From edede660188cec28371ae9def776916f7fb08e2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Mar 2024 18:13:13 +0000 Subject: [PATCH] fix: upgrade cosmjs-types from 0.7.2 to 0.9.0 Snyk has created this PR to upgrade cosmjs-types from 0.7.2 to 0.9.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/neutron-A49X5tRU3kb2nVTZv6t7SQ/project/801a1054-11e5-4786-8964-6125c0b2bc9b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/package.json b/package.json index cd66773..39dfda3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@cosmjs/tendermint-rpc": "^0.32.3", "@types/yargs": "^17.0.32", "commander": "^12.0.0", - "cosmjs-types": "^0.7.2", + "cosmjs-types": "^0.9.0", "crypto-js": "^4.2.0", "express": "^4.18.2", "json-schema": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index 0ed2f04..5b982e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -830,14 +830,6 @@ cookie@0.5.0: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== -cosmjs-types@^0.7.2: - version "0.7.2" - resolved "https://registry.yarnpkg.com/cosmjs-types/-/cosmjs-types-0.7.2.tgz#a757371abd340949c5bd5d49c6f8379ae1ffd7e2" - integrity sha512-vf2uLyktjr/XVAgEq0DjMxeAWh1yYREe7AMHDKd7EiHVqxBPCaBS+qEEQUkXbR9ndnckqr1sUG8BQhazh4X5lA== - dependencies: - long "^4.0.0" - protobufjs "~6.11.2" - cosmjs-types@^0.9.0: version "0.9.0" resolved "https://registry.yarnpkg.com/cosmjs-types/-/cosmjs-types-0.9.0.tgz#c3bc482d28c7dfa25d1445093fdb2d9da1f6cfcc" @@ -1931,25 +1923,6 @@ protobufjs@^6.8.8: "@types/node" ">=13.7.0" long "^4.0.0" -protobufjs@~6.11.2: - version "6.11.3" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74" - integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== - dependencies: - "@protobufjs/aspromise" "^1.1.2" - "@protobufjs/base64" "^1.1.2" - "@protobufjs/codegen" "^2.0.4" - "@protobufjs/eventemitter" "^1.1.0" - "@protobufjs/fetch" "^1.1.0" - "@protobufjs/float" "^1.0.2" - "@protobufjs/inquire" "^1.1.0" - "@protobufjs/path" "^1.1.2" - "@protobufjs/pool" "^1.1.0" - "@protobufjs/utf8" "^1.1.0" - "@types/long" "^4.0.1" - "@types/node" ">=13.7.0" - long "^4.0.0" - proxy-addr@~2.0.7: version "2.0.7" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025"