From dc0290e5bd6a554d72de36a42e179f9cbce6bad5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2019 01:55:08 +0000 Subject: [PATCH] chore: upgrade debug from 2.6.9 to 4.1.1 Snyk has created this PR to upgrade debug from 2.6.9 to 4.1.1. See this package in NPM: https://www.npmjs.com/package/debug See this project in Snyk: https://app.snyk.io/org/ajesse11x/project/8e936989-bb4c-4b9d-87d8-6b37d0dffd1a?utm_source=github&utm_medium=upgrade-pr --- .../json/todo-app/nodejs-express4-rest-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/json/todo-app/nodejs-express4-rest-api/package.json b/samples/features/json/todo-app/nodejs-express4-rest-api/package.json index c777734cd5..3c77a62be7 100644 --- a/samples/features/json/todo-app/nodejs-express4-rest-api/package.json +++ b/samples/features/json/todo-app/nodejs-express4-rest-api/package.json @@ -13,7 +13,7 @@ "dependencies": { "body-parser": "^1.15.2", "config": "^1.26.1", - "debug": "^2.2.0", + "debug": "^4.1.1", "express": "^4.14.0", "tedious": "^1.14.0", "express4-tedious": "^0.3.0"