From 0637cb02a36eafd171ccf82d087be8dbb1297916 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2019 21:25:16 +0000 Subject: [PATCH] Update pica requirement from ^4.0.1 to ^5.1.0 Updates the requirements on [pica](https://github.com/nodeca/pica) to permit the latest version. - [Release notes](https://github.com/nodeca/pica/releases) - [Changelog](https://github.com/nodeca/pica/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/pica/compare/4.0.1...5.1.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 cc3d20b..55c55d4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "enzyme-to-json": "^3.1.4", "expect.js": "0.3.x", "jest": "^21.2.1", - "pica": "^4.0.1", + "pica": "^5.1.0", "pre-commit": "1.x", "prop-types": "^15.6.0", "rc-dialog": "^6.5.0",