diff options
author | dependabot[bot] <support@dependabot.com> | 2018-10-22 18:35:41 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-10-22 18:35:41 +0000 |
commit | e2210296b75b5cf9121f1101cf0ca5267eb48fa1 (patch) | |
tree | 29e22d7377fb99451a6a5c199001de76351ef44c /tests/ui-regression | |
parent | f737ae719de2e2af534bce03a8920bbb96aa8700 (diff) | |
download | nextcloud-server-e2210296b75b5cf9121f1101cf0ca5267eb48fa1.tar.gz nextcloud-server-e2210296b75b5cf9121f1101cf0ca5267eb48fa1.zip |
Update polyserve requirement
Updates the requirements on [polyserve](https://github.com/Polymer/tools) to permit the latest version.
- [Release notes](https://github.com/Polymer/tools/releases)
- [Commits](https://github.com/Polymer/tools/commits/polyserve@0.27.13)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'tests/ui-regression')
-rw-r--r-- | tests/ui-regression/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui-regression/package.json b/tests/ui-regression/package.json index 8ab4cf530f2..cc94d34e398 100644 --- a/tests/ui-regression/package.json +++ b/tests/ui-regression/package.json @@ -15,7 +15,7 @@ "pixelmatch": "^4.0.2", "png-js": "^0.1.1", "pngjs2": "^2.0.0", - "polyserve": "^0.23.0", + "polyserve": "^0.27.13", "puppeteer": "^1.6.1" } } |