Merge pull request #9630 from nextcloud/backport/9627/stable12

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

View File

@ -24,7 +24,7 @@
"karma-phantomjs-launcher": "*",
"phantomjs-prebuilt": "*",
"node-sass": "~4.1.1",
"sinon": "*"
"sinon": "<= 5.0.7"
},
"engine": "node >= 6.9"
}