proto-loader: Don't force long@5

This commit is contained in:
Michael Lumish 2022-05-03 10:16:54 -07:00
parent f457a9bfa1
commit 2b67d5b010
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/proto-loader",
"version": "0.6.10",
"version": "0.6.11",
"author": "Google Inc.",
"contributors": [
{
@ -47,7 +47,7 @@
"dependencies": {
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^5.2.0",
"long": "^4.0.0 || ^5.2.0",
"protobufjs": "^6.10.0",
"yargs": "^16.2.0"
},