From 7e44c512af4a7b219fd777b9a93192dfff502e65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jun 2020 05:35:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BUNYAN-573166 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55e5915..0c94097 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "license": "MIT", "dependencies": { "async": "1.5.x", - "bunyan": "1.5.x", + "bunyan": "1.8.13", "joi": "5.x.x", "lodash": "4.x.x", "node-uuid": "1.4.x"