From 9ed1b0f941314c794bac7e8f6f655637a88f4515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 05:46:31 +0000 Subject: [PATCH] Bump deep-extend from 0.4.2 to 0.6.0 Bumps [deep-extend](https://github.com/unclechu/node-deep-extend) from 0.4.2 to 0.6.0. - [Release notes](https://github.com/unclechu/node-deep-extend/releases) - [Changelog](https://github.com/unclechu/node-deep-extend/blob/master/CHANGELOG.md) - [Commits](https://github.com/unclechu/node-deep-extend/compare/v0.4.2...v0.6.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c97042..56f9693 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "url": "https://github.com/owais/webpack-bundle-tracker/issues" }, "dependencies": { - "deep-extend": "^0.4.1", + "deep-extend": "^0.6.0", "mkdirp": "^0.5.1", "strip-ansi": "^2.0.1" }