From 8c67049b09c027e7bdb54b7c060ae9c67e1f7f96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Apr 2020 07:41:56 +0000 Subject: [PATCH] fix: upgrade debug from 2.6.8 to 2.6.9 Snyk has created this PR to upgrade debug from 2.6.8 to 2.6.9. See this package in NPM: https://www.npmjs.com/package/debug See this project in Snyk: https://app.snyk.io/org/mariammazhar/project/714d4f6e-13b3-41c0-9053-82a03a9b7593?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 1db8f82..1efe6b1 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Memory game with Octocats", "version": "0.0.1", "dependencies": { - "debug": "2.6.8", + "debug": "2.6.9", "ejs": "^2.5.6", "hoek": "^4.0.0", "npm": "^6.4.1",