diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index a864fc75..e0e70051 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -173,7 +173,7 @@ https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js https://cdnjs.cloudflare.com/ajax/libs/autocomplete.js/0.38.0/autocomplete.min.js -https://cdnjs.cloudflare.com/ajax/libs/axios/0.23.0/axios.min.js +https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.12.1/polyfill.min.js https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js https://cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.10/backbone-min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b1677b44..93d20d2d 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -149,7 +149,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/appboy-web-sdk/3.')) { return '3.4.1'; } else if (type.startsWith('/axios/0.')) { - return '0.23.0'; + return '0.24.0'; } else if (type.startsWith('/babel-polyfill/')) { return '7.12.1'; } else if (type.startsWith('/babel-standalone/6.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 5ddaa04b..6670e9d8 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • instantsearch.js v4.31.0 -> v4.32.0 (#742)
  • leaflet.markercluster v1.5.1 -> v1.5.3 (#743)
  • Chart.js v3.5.1 -> v3.6.0 (#744)
  • +
  • axios v0.23.0 -> v0.24.0 (#746)
  • Improved