1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

axios v1.7.8 -> v1.8.4

This commit is contained in:
nobody
2025-03-28 18:51:26 +01:00
parent 1810e9e80a
commit f52a0c28ee
5 changed files with 6 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/appboy-web-sdk/3.')) return '3.5.1';
if (type.startsWith('/asciinema-player/2.')) return '2.6.1';
if (type.startsWith('/axios/0.')) return '0.27.2';
if (type.startsWith('/axios/1.')) return '1.7.8';
if (type.startsWith('/axios/1.')) return '1.8.4';
if (type.startsWith('/backbone.js/0.')) return '0.9.10';
if (type.startsWith('/backbone.js/1.')) return '1.6.0';
if (type.startsWith('/baguettebox.js/1.')) return '1.12.0';