Merge pull request #9629 from nextcloud/backport/9627/stable13

[stable13] Limit Sinon version to 5.0.7 at most
This commit is contained in:
Roeland Jago Douma 2018-05-28 13:27:34 +02:00 committed by GitHub
commit c07f23ca72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"karma-viewport": "^0.4.2",
"phantomjs-prebuilt": "*",
"node-sass": "~4.1.1",
"sinon": "*"
"sinon": "<= 5.0.7"
},
"engine": "node >= 6.9"
}