From 0b4dadde7f4eda75ac7ce3f31182a389d493d17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 19:40:36 +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 6ef9be5..13dfdaf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ } ], "dependencies": { - "deep-extend": "~0.4.0", + "deep-extend": "~0.6.0", "docopt": "~0.4.1", "escodegen": "~1.7.0", "esformatter": "~0.9.0",