Bump jQuery version to 3.5.1

jQuery version 3.5.0 contains important security updates for a XSS
vulnerability: https://github.com/advisories/GHSA-jpcq-cgw6-v4j6
This commit is contained in:
Carlos Antonio da Silva
2020-05-08 11:31:52 -03:00
parent ad3227ef65
commit 90826fdc95
4 changed files with 760 additions and 486 deletions

View File

@@ -3,7 +3,7 @@ module Jquery
VERSION = "4.3.5"
JQUERY_VERSION = "1.12.4"
JQUERY_2_VERSION = "2.2.4"
JQUERY_3_VERSION = "3.4.1"
JQUERY_3_VERSION = "3.5.1"
JQUERY_UJS_VERSION = "1.2.2"
end
end

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long