Skip to content

Commit 6975b40

Browse files
alexander-fensterAce Nassri
authored and
Ace Nassri
committed
Fixing vulnerability reported by snyk (#51)
* 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
1 parent f763bb7 commit 6975b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error-reporting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@google-cloud/error-reporting": "0.2.1",
22-
"express": "4.15.4",
22+
"express": "4.16.0",
2323
"yargs": "8.0.2"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)