From d9b27c602e260fc6c4f0e18e8b6835e89fa2adca Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 27 Jun 2020 10:16:00 +0300 Subject: [PATCH] fix: examples/todoapp/package.json to reduce vulnerabilities (#1832) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BUNYAN-573166 --- examples/todoapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todoapp/package.json b/examples/todoapp/package.json index c486bbe2b..6bf9764b6 100644 --- a/examples/todoapp/package.json +++ b/examples/todoapp/package.json @@ -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"