From 230f5c5c2f49abca007ed102a305a4e316069d83 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 07:28:44 +0000 Subject: [PATCH] build(deps-dev): [security] bump debug from 2.2.0 to 4.3.2 Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.3.2. **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.3.2) 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..75c90296 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "chai": "^3.5.0", - "debug": "~2.2.0", + "debug": "~4.3.2", "eslint-config-angular": "^0.5.0", "eslint-plugin-angular": "^1.3.1", "eslint-plugin-chai-expect": "^1.1.1",