fix: update `long` to v5

This commit is contained in:
Simen Bekkhus 2022-08-09 12:26:33 +02:00 committed by GitHub
parent abf8f923c5
commit 9e3935ec83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
"dependencies": {
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^4.0.0",
"long": "^5.0.0",
"protobufjs": "^7.0.0",
"yargs": "^16.2.0"
},