From 77340f4d76cf31dd319cf35972cfaeda55c5f9bd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 04:57:04 +0000 Subject: [PATCH] Update deep-extend requirement from ~0.2.5 to ~0.6.0 Updates the requirements on [deep-extend](https://github.com/unclechu/node-deep-extend) to permit the latest version. - [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.2.5...v0.6.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 6483f8f..2c6e146 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "async": "^0.9.0", - "deep-extend": "~0.2.5", + "deep-extend": "~0.6.0", "glob": "~3.1.17", "juice": "^1.1.2", "lodash": "^3.8.0",