From eaf72d574025a8d329a806997261a09dd7b3480c Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Thu, 19 Jan 2023 20:41:17 -0600 Subject: [PATCH] build(agoric-cli): lock packages with cosmjs-types devDependencies --- yarn.lock | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/yarn.lock b/yarn.lock index 9a77e6f0307a..5959331076f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5238,6 +5238,14 @@ cosmjs-types@^0.5.0: long "^4.0.0" protobufjs "~6.11.2" +cosmjs-types@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/cosmjs-types/-/cosmjs-types-0.6.1.tgz#4944e83d0fa87880243a11813bdff0e313d39a68" + integrity sha512-fRz6yzElHHBULDyLArF/G1UkkTWW4r3RondBUGnmSsZWYI5NpfDn32MVa5aRmpaaf4tJI2cbnXHs9fykwU7Ttg== + dependencies: + long "^4.0.0" + protobufjs "~6.11.2" + cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"