From ee3a24e57fc3117c99ab5144abd85e6fbde970ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 00:19:56 +0000 Subject: [PATCH] fix: upgrade bunyan from 1.8.13 to 1.8.15 Snyk has created this PR to upgrade bunyan from 1.8.13 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/cat2608-w7o/project/84ac8e02-db4f-453b-b055-eeb9d6966821?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 b7608b768..552d02e67 100644 --- a/examples/todoapp/package.json +++ b/examples/todoapp/package.json @@ -5,7 +5,7 @@ "main": "main.js", "dependencies": { "assert-plus": "0.1.2", - "bunyan": "1.8.13", + "bunyan": "1.8.15", "posix-getopt": "1.0.0", "restify": "git://github.com/mcavage/node-restify.git#master" },