diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-05-14 14:26:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 14:26:12 +0200 |
commit | d6bb0911ef434f2128444cb15c32825791697f2d (patch) | |
tree | 5dfaa6c492cfba623978e1acefd566433cdc6ed1 /package.json | |
parent | 40ffd375bb566764ed25cb5054d157b972f0f946 (diff) | |
parent | 4ed6284cdcd420f01e51898f6ef655642e17ee40 (diff) | |
download | nextcloud-server-d6bb0911ef434f2128444cb15c32825791697f2d.tar.gz nextcloud-server-d6bb0911ef434f2128444cb15c32825791697f2d.zip |
Merge pull request #20949 from nextcloud/dependachristoph/npm_and_yarn/jquery-2.2.4
Bump jQuery to v2.2
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 f297adf0ed6..75b02d32f03 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "escape-html": "^1.0.3", "handlebars": "^4.7.6", "jcrop": "git+https://github.com/ChristophWurst/Jcrop.git#v0.9.12-npm3", - "jquery": "2.1.4", + "jquery": "2.2.4", "jquery-migrate": "^1.4.1", "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1", |