Merge pull request #9629 from nextcloud/backport/9627/stable13
[stable13] Limit Sinon version to 5.0.7 at most
This commit is contained in:
commit
c07f23ca72
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue