From 6758ad7487b82c7c6950e695094dfb3aa7a9d2a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2019 21:44:07 +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/cd21c44f-be44-49bf-9bdd-c504f860bc9d?utm_source=github&utm_medium=upgrade-pr --- packages/lockfile-lint-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lockfile-lint-api/package.json b/packages/lockfile-lint-api/package.json index d94a6f0..0eae853 100644 --- a/packages/lockfile-lint-api/package.json +++ b/packages/lockfile-lint-api/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "@yarnpkg/lockfile": "^1.1.0", - "debug": "^4.1.0" + "debug": "^4.1.1" }, "devDependencies": { "babel-eslint": "^10.0.1",