From 5931da1a0c2ec6b0ed9cf1f80643fbb97705ae36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:55:07 +0000 Subject: [PATCH] build(deps-dev): [security] bump debug from 2.2.0 to 4.2.0 Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.2.0. **This update includes a security fix.** - [Release notes](https://github.com/visionmedia/debug/releases) - [Commits](https://github.com/visionmedia/debug/compare/2.2.0...4.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ece8186..4997293c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "chai": "^3.5.0", - "debug": "~2.2.0", + "debug": "~4.2.0", "eslint-config-angular": "^0.5.0", "eslint-plugin-angular": "^1.3.1", "eslint-plugin-chai-expect": "^1.1.1",