Skip to content

Commit

Permalink
Fixing vulnerability reported by snyk (#51)
Browse files Browse the repository at this point in the history
* Fixing vulnerability reported by snyk

That does not cause any harm to this samples package but I want to keep snyk dashboard clean.

* require the correct version of the main package

* undo version change
  • Loading branch information
alexander-fenster authored and Ace Nassri committed Nov 11, 2022
1 parent eed6b18 commit 72004fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@google-cloud/error-reporting": "0.2.1",
"express": "4.15.4",
"express": "4.16.0",
"yargs": "8.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 72004fd

Please sign in to comment.