diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-17 18:28:25 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-17 18:28:25 +0100 |
commit | 6d204adbac64adc44697211d624fe217bea62cbb (patch) | |
tree | 733b42de036b0a776e5b08ab5d8f4f0d6502ed72 /package.json | |
parent | 7ba3654d36902f340533b85b83be9e356503089d (diff) | |
download | nextcloud-server-6d204adbac64adc44697211d624fe217bea62cbb.tar.gz nextcloud-server-6d204adbac64adc44697211d624fe217bea62cbb.zip |
Bump jquery from 3.2 to 3.3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 96badb1e848..3528c9b8e2b 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.2", - "jquery-migrate": "~3.2", + "jquery": "~3.3", + "jquery-migrate": "~3.3", "jquery-ui": "^1.12.1", "jquery-ui-dist": "^1.12.1", "jstimezonedetect": "^1.0.7", |