Skip to content

Commit

Permalink
fix(deps): update protobufjs to 7.2.5
Browse files Browse the repository at this point in the history
Versions < 7.2.4 have a vunerability:

GHSA-h755-8qp9-cq85
  • Loading branch information
EduardoBautista committed Jan 16, 2024
1 parent 0774b04 commit a0f5c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prelint": "cd samples && npm link ../ && npm install"
},
"dependencies": {
"protobufjs": "^7.0.0"
"protobufjs": "^7.2.5"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down

0 comments on commit a0f5c83

Please sign in to comment.