Merge pull request #2496 from luciomartinez/master

Fixes security issue by upgrading `protobufjs`
This commit is contained in:
Michael Lumish 2023-07-11 10:52:57 -07:00 committed by GitHub
commit 85832dc4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
"@types/long": "^4.0.1",
"lodash.camelcase": "^4.3.0",
"long": "^4.0.0",
"protobufjs": "^7.0.0",
"protobufjs": "^7.2.4",
"yargs": "^17.7.2"
},
"devDependencies": {