summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-05-28 13:27:34 +0200
committerGitHub <noreply@github.com>2018-05-28 13:27:34 +0200
commitc07f23ca72eb7e1134b3ab61e5c18ade2456648a (patch)
tree96db3812e93147a7ddc141e39cf0be8e9eab7bf1
parent8889220f55b61c7d7d9c4bbcab367a20c9bbce72 (diff)
parentfe93f0935be4aa1bd5b9b3ce7dc727ed99664021 (diff)
downloadnextcloud-server-c07f23ca72eb7e1134b3ab61e5c18ade2456648a.tar.gz
nextcloud-server-c07f23ca72eb7e1134b3ab61e5c18ade2456648a.zip
Merge pull request #9629 from nextcloud/backport/9627/stable13
[stable13] Limit Sinon version to 5.0.7 at most
-rw-r--r--build/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json
index e6688966693..460c0a6ddb8 100644
--- a/build/package.json
+++ b/build/package.json
@@ -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"
}