summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-11-17 16:57:12 +0100
committerGitHub <noreply@github.com>2020-11-17 16:57:12 +0100
commit7ba3654d36902f340533b85b83be9e356503089d (patch)
tree3d1e8fe5e4ef9160fe64e4b591ef668d995183c1 /package.json
parent5acabcf5cbcb1db92fd9661bc1ed5735ae316323 (diff)
parent1e000ae4dfbee14f54efa4eaff3085c37670f111 (diff)
downloadnextcloud-server-7ba3654d36902f340533b85b83be9e356503089d.tar.gz
nextcloud-server-7ba3654d36902f340533b85b83be9e356503089d.zip
Merge pull request #24179 from nextcloud/dependachristoph/npm_and_yarn/jquery-3.2
Bump jquery from 3.1 to 3.2
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 592a40783e2..96badb1e848 100644
--- a/package.json
+++ b/package.json
@@ -55,8 +55,8 @@
"escape-html": "^1.0.3",
"handlebars": "^4.7.6",
"jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3",
- "jquery": "~3.1",
- "jquery-migrate": "~3.1",
+ "jquery": "~3.2",
+ "jquery-migrate": "~3.2",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jstimezonedetect": "^1.0.7",