Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-06 14:22:49 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-03-06 14:22:49 +0300
commit9549d79faa569e3a9d91998cf7744807456d3042 (patch)
treee901350c3a91e63ccd848b02e7432c1f6cb98df2 /package.json
parentbdf95ef0eca7ac1db75b743c9d6ca232e6d3f3a3 (diff)
Pin the jquery version to 2.1.4
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 27261b661fe..405660c57c5 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"dompurify": "^1.0.10",
"handlebars": "^4.1.0",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",
- "jquery": "^2.1.4",
+ "jquery": "2.1.4",
"jquery-migrate": "^1.4.1",
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.6",