From 7b0b31732bb53163de4880534ed2ef48c0a53407 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sat, 7 Dec 2019 11:55:35 +0100 Subject: [PATCH] chore(deps): upgrade debug from 4.1.1 to 4.1.1 (#33) --- 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" },