axios v0.24.0 -> v0.25.0 (#848)

This commit is contained in:
nobody 2022-01-21 05:26:33 +01:00
parent ac795715e8
commit d07e34fe33
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 5 additions and 2 deletions

View File

@ -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.1/autocomplete.min.js
https://cdnjs.cloudflare.com/ajax/libs/axios/0.24.0/axios.min.js
https://cdnjs.cloudflare.com/ajax/libs/axios/0.25.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

View File

@ -123,7 +123,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/angular-translate/2.')) return '2.19.0';
if (type.startsWith('/aos/2.')) return '2.3.4';
if (type.startsWith('/appboy-web-sdk/3.')) return '3.4.1';
if (type.startsWith('/axios/0.')) return '0.24.0';
if (type.startsWith('/axios/0.')) return '0.25.0';
if (type.startsWith('/babel-polyfill/')) return '7.12.1';
if (type.startsWith('/babel-standalone/6.')) return '6.26.0';
if (type.startsWith('/babel-standalone/7.')) return '7.14.6';

View File

@ -38,6 +38,7 @@
<li>alpinejs v3.7.1 -> v3.8.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/844">#844</a>)</li>
<li>hls.js v1.1.2 -> v1.1.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/845">#845</a>)</li>
<li>findify-bundle v7.1.18 -> v7.1.22 (<a href="https://codeberg.org/nobody/LocalCDN/issues/846">#846</a>)</li>
<li>axios v0.24.0 -> v0.25.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/848">#848</a>)</li>
</ul>
<p>Mapping</p>
<ul>

File diff suppressed because one or more lines are too long