From 45f0dbfa72dce4b29e828cbf3fb0c62206496759 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 06:55:15 +0000 Subject: [PATCH] fix: upgrade bunyan from 1.5.1 to 1.8.15 Snyk has created this PR to upgrade bunyan from 1.5.1 to 1.8.15. See this package in npm: https://www.npmjs.com/package/bunyan See this project in Snyk: https://app.snyk.io/org/phearzero/project/71ede181-7630-48f5-b88e-2c108ca6eded?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2d3ff8..8e034ad 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "body-parser": "1.13.2", - "bunyan": "1.5.1", + "bunyan": "1.8.15", "cookie-parser": "1.3.5", "express": "4.13.1", "node-yaml-config": "0.0.3"