Merge pull request #2504 from haines/update-long

proto-loader: Update long dependency to match protobufjs
This commit is contained in:
Michael Lumish 2023-07-28 11:41:32 -07:00 committed by GitHub
commit a1525bf298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -45,9 +45,8 @@
"proto-loader-gen-types": "./build/bin/proto-loader-gen-types.js"
},
"dependencies": {
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^4.0.0",
"long": "^5.0.0",
"protobufjs": "^7.2.4",
"yargs": "^17.7.2"
},