proto-loader: Undo upgrade of 'long' dependency

This commit is contained in:
Michael Lumish 2022-08-17 12:44:48 -07:00
parent f49c42c4c8
commit d0e7f356db
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/proto-loader",
"version": "0.7.1",
"version": "0.7.2",
"author": "Google Inc.",
"contributors": [
{
@ -45,8 +45,9 @@
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
},
"dependencies": {
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^5.0.0",
"long": "^4.0.0",
"protobufjs": "^7.0.0",
"yargs": "^16.2.0"
},