From aa06e61c7dc818c0b7200fb1c8c341775a197d56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Dec 2019 05:57:04 +0000 Subject: [PATCH] fix: upgrade debug from 4.1.1 to 4.1.1 Snyk has created this PR to upgrade debug from 4.1.1 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/lirantal/project/27d3cbb2-61a6-47b6-9601-94de9b38e4dd?utm_source=github&utm_medium=upgrade-pr --- packages/lockfile-lint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lockfile-lint/package.json b/packages/lockfile-lint/package.json index e58bb96..402300f 100644 --- a/packages/lockfile-lint/package.json +++ b/packages/lockfile-lint/package.json @@ -52,7 +52,7 @@ "url": "https://github.com/lirantal/lockfile-lint.git" }, "dependencies": { - "debug": "^4.1.0", + "debug": "^4.1.1", "lockfile-lint-api": "^5.0.2", "yargs": "^15.0.2" },