diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index e5af433f..1ef53ef0 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -47,7 +47,7 @@ https://cdnjs.cloudflare.com/ajax/libs/ajax-bootstrap-select/1.4.5/js/ajax-boots https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/3.35.1/algoliasearch.min.js https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/4.10.3/algoliasearch.umd.min.js https://cdnjs.cloudflare.com/ajax/libs/alpinejs/2.8.2/alpine.js -https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.2.2/cdn.min.js +https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.2.3/cdn.min.js https://cdnjs.cloudflare.com/ajax/libs/angucomplete-alt/3.0.0/angucomplete-alt.min.js https://cdnjs.cloudflare.com/ajax/libs/angular-animate/1.8.2/angular-animate.min.js https://cdnjs.cloudflare.com/ajax/libs/angular-aria/1.8.2/angular-aria.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index da2f7321..7bafe28f 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -80,7 +80,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/alpinejs/2.')) { return '2.8.2'; } else if (type.startsWith('/alpinejs/3.')) { - return '3.2.2'; + return '3.2.3'; } else if (type.startsWith('/anchor-js/3.')) { return '3.2.2'; } else if (type.startsWith('/anchor-js/4.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index dcc3bd9b..29732c0f 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -38,6 +38,7 @@
  • libphonenumber-js v1.9.22 -> v1.9.23 (#595)
  • mdbootstrap v4.19.2 -> v4.20.0 (#597)
  • webcomponents-loader v2.5.0 -> v2.6.0 (#599)
  • +
  • alpine v3.2.2 -> v3.2.3 (#601)
  • Mapping