diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-03-06 12:22:49 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-03-06 12:22:49 +0100 |
commit | 9549d79faa569e3a9d91998cf7744807456d3042 (patch) | |
tree | e901350c3a91e63ccd848b02e7432c1f6cb98df2 /package.json | |
parent | bdf95ef0eca7ac1db75b743c9d6ca232e6d3f3a3 (diff) | |
download | nextcloud-server-9549d79faa569e3a9d91998cf7744807456d3042.tar.gz nextcloud-server-9549d79faa569e3a9d91998cf7744807456d3042.zip |
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.json | 2 |
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", |