Skip to content

Commit

Permalink
fix(security): update ts-proto dependency
Browse files Browse the repository at this point in the history
to overcome a transitive security issue with `protobufjs`.

Ref: GHSA-h755-8qp9-cq85

Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
  • Loading branch information
dankeboy36 committed Jul 13, 2023
1 parent d263502 commit 492cca2
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 225 deletions.
5 changes: 5 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"--out",
"${input:output}"
],
"options": {
"env": {
"DEBUG": "ardunno-cli*"
}
},
"dependsOn": ["npm: compile"]
},
{
Expand Down
Loading

0 comments on commit 492cca2

Please sign in to comment.