diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index e271af07..5e2618cb 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1494,7 +1494,7 @@ https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjV https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2 https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js -https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.20.0/dist/jquery.validate.min.js +https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.21.0/dist/jquery.validate.min.js https://raw.githubusercontent.com/pagekit/vue-resource/1.5.3/dist/vue-resource.min.js https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/css/materialdesignicons.min.css https://raw.githubusercontent.com/Templarian/MaterialDesign-Webfont/v2.8.94/fonts/materialdesignicons-webfont.woff2 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 30307ace..18d75a1b 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -276,7 +276,7 @@ targets.setLastVersion = function (type, version) { } if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13'; if (type.startsWith('/jScrollPane/2.')) return '2.2.2'; - if (type.startsWith('/jquery-validate/1.')) return '1.20.0'; + if (type.startsWith('/jquery-validate/1.')) return '1.21.0'; if (type.startsWith('/jeditable.js/1.')) return '1.8.0'; if (type.startsWith('/jeditable.js/2.')) return '2.0.19'; if (type.startsWith('/jquery.cycle2/2.')) return '2.1.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 18993d63..c2203681 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • instantsearch.js v4.73.1 -> v4.73.4
  • jquery-csv v1.0.22 -> v1.0.40
  • jquery-migrate v3.5.0 -> v3.5.2
  • +
  • jquery-validate v1.20.0 -> v1.21.0
  • Added