demo-protobuf: Pin protobufjs version

Not semver. See https://github.com/protobufjs/protobuf.js/blob/7bacfc8/README.md\#nodejs
This commit is contained in:
willclarktech 2020-06-15 10:56:02 +01:00
parent e3f3a35dd6
commit 75cb4b92f2
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,6 @@
},
"devDependencies": {
"@cosmjs/utils": "^0.20.0",
"protobufjs": "^6.9.0"
"protobufjs": "~6.9.0"
}
}

View File

@ -6254,7 +6254,7 @@ proto-list@~1.2.1:
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
protobufjs@^6.9.0:
protobufjs@~6.9.0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.9.0.tgz#c08b2bf636682598e6fabbf0edb0b1256ff090bd"
integrity sha512-LlGVfEWDXoI/STstRDdZZKb/qusoAWUnmLg9R8OLSO473mBLWHowx8clbX5/+mKDEI+v7GzjoK9tRPZMMcoTrg==