From 17cbab33e29c422bb53204bddf0bcdbc1d688b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Dec 2017 23:12:04 +0000 Subject: [PATCH] Update deepmerge requirement to ^2.0.1 Updates the requirements on [deepmerge](https://github.com/KyleAMathews/deepmerge) to permit the latest version. - [Changelog](https://github.com/KyleAMathews/deepmerge/blob/master/changelog.md) - [Commits](https://github.com/KyleAMathews/deepmerge/commits/v2.0.1) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7263113..2b3bd8c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "babelify": "^8.0.0", "browserify": "^14.1.0", "colorguard": "^1.2.0", - "deepmerge": "^1.3.2", + "deepmerge": "^2.0.1", "ejs": "^2.5.6", "es6-promisify": "^5.0.0", "html-minifier": "^3.4.2", @@ -56,7 +56,7 @@ "babelify": "^8.0.0", "browserify": "^14.1.0", "colorguard": "^1.2.0", - "deepmerge": "^1.3.2", + "deepmerge": "^2.0.1", "ejs": "^2.5.6", "es6-promisify": "^5.0.0", "html-minifier": "^3.4.2",