Skip to content

Commit

Permalink
fix: examples/todoapp/package.json to reduce vulnerabilities (#1832)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BUNYAN-573166
  • Loading branch information
snyk-bot committed Jun 27, 2020
1 parent acd1e14 commit d9b27c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todoapp/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "main.js",
"dependencies": {
"assert-plus": "0.2.0",
"bunyan": "1.5.1",
"bunyan": "1.8.13",
"posix-getopt": "1.2.0",
"restify-errors": "^3.1.0",
"restify": "^4.0.3"
Expand Down

0 comments on commit d9b27c6

Please sign in to comment.