diff --git a/CHANGELOG b/CHANGELOG index e8af5dc76..a6fcbeb64 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Update to jQuery-3.3.1 - vcard_attachments: Add possibility to send contact vCard from Contacts toolbar (#6080) - Add More actions button in Contacts toolbar with Copy/Move actions (#6081) - Display an error when clicking disabled link to register protocol handler (#6079) diff --git a/jsdeps.json b/jsdeps.json index 12a6fe7cc..39372ce83 100644 --- a/jsdeps.json +++ b/jsdeps.json @@ -3,13 +3,13 @@ { "lib": "jquery", "name": "jQuery", - "version": "3.2.1", - "url": "https://code.jquery.com/jquery-3.2.1.min.js", + "version": "3.3.1", + "url": "https://code.jquery.com/jquery-3.3.1.min.js", "dest": "program/js/jquery.min.js", - "sha1": "1055018c28ab41087ef9ccefe411606893dabea2", + "sha1": "0dc32db4aa9c5f03f3b38c47d883dbd4fed13aae", "license": "MIT", - "copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.", - "source": "https://github.com/jquery/jquery/tree/3.2.1" + "copyright": "Copyright JS Foundation and other contributors", + "source": "https://github.com/jquery/jquery/tree/3.3.1" }, { "lib": "jstz",