From f5709c130b37bebd9c9528b8ad5b94aafa270855 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 16 Jun 2019 01:13:18 +0000 Subject: [PATCH] Update pixelmatch requirement in /tests/ui-regression Updates the requirements on [pixelmatch](https://github.com/mapbox/pixelmatch) to permit the latest version. - [Release notes](https://github.com/mapbox/pixelmatch/releases) - [Commits](https://github.com/mapbox/pixelmatch/compare/v4.0.2...v5.0.2) Signed-off-by: dependabot-preview[bot] --- tests/ui-regression/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui-regression/package.json b/tests/ui-regression/package.json index cc94d34e398..ec4e81bee9f 100644 --- a/tests/ui-regression/package.json +++ b/tests/ui-regression/package.json @@ -12,7 +12,7 @@ "fs": "0.0.1-security", "mocha": "^5.2.0", "mocha-json-report": "0.0.2", - "pixelmatch": "^4.0.2", + "pixelmatch": "^5.0.2", "png-js": "^0.1.1", "pngjs2": "^2.0.0", "polyserve": "^0.27.13", -- 2.39.5