From d1486baa3377a0d7e6495e6e0f2343909fc5880b 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:58:33 +0000 Subject: [PATCH] Update juice requirement from ^1.1.2 to ^5.2.0 Updates the requirements on [juice](https://github.com/Automattic/juice) to permit the latest version. - [Release notes](https://github.com/Automattic/juice/releases) - [Changelog](https://github.com/Automattic/juice/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/juice/compare/v1.1.2...v5.2.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..8bfe69d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "async": "^0.9.0", "deep-extend": "~0.2.5", "glob": "~3.1.17", - "juice": "^1.1.2", + "juice": "^5.2.0", "lodash": "^3.8.0", "q": "~0.8.12" },