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

axios v0.21.1 -> v0.21.2 (#663)

This commit is contained in:
nobody
2021-09-06 05:46:36 +02:00
parent 4cb7a5427f
commit 37f64874b1
5 changed files with 6 additions and 5 deletions

View File

@@ -167,7 +167,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/appboy-web-sdk/3.')) {
return '3.3.0';
} else if (type.startsWith('/axios/0.')) {
return '0.21.1';
return '0.21.2';
} else if (type.startsWith('/babel-polyfill/')) {
return '7.12.1';
} else if (type.startsWith('/babel-standalone/6.')) {