summaryrefslogtreecommitdiffstats
path: root/tests/ui-regression
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-16 01:13:18 +0000
committerGitHub <noreply@github.com>2019-06-16 01:13:18 +0000
commitf5709c130b37bebd9c9528b8ad5b94aafa270855 (patch)
tree36a6a9f7bbe9cf21c7f7a857c5d4543838dec4a4 /tests/ui-regression
parent7fea53184783bb7438f46169d239b635fa21319a (diff)
downloadnextcloud-server-f5709c130b37bebd9c9528b8ad5b94aafa270855.tar.gz
nextcloud-server-f5709c130b37bebd9c9528b8ad5b94aafa270855.zip
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] <support@dependabot.com>
Diffstat (limited to 'tests/ui-regression')
-rw-r--r--tests/ui-regression/package.json2
1 files changed, 1 insertions, 1 deletions
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",