From 1f31cdee9436522099d9d70c7679a6a3ee6aa00a Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 8 Oct 2018 18:30:24 +0000 Subject: [PATCH 1/2] fix(package): update debug to version 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11f5c64..dd86031 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "travis-deploy-once": "^5.0.0" }, "dependencies": { - "debug": "~4.0.1", + "debug": "~4.1.0", "hyphenation.en-us": "~0.2.1", "hypher": "~0.2.5", "minimatch": "~3.0.4", From e6cdcd1c06b9fc01836817b86eb11e45bc1d1421 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 8 Oct 2018 18:30:28 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d0b913..932d76f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1868,9 +1868,9 @@ "dev": true }, "debug": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.0.1.tgz", - "integrity": "sha512-K23FHJ/Mt404FSlp6gSZCevIbTMLX0j3fmHhUEhQ3Wq0FMODW3+cUSoLdy1Gx4polAf4t/lphhmHH35BB8cLYw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", + "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" },