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

underscore.js v1.13.1 -> v1.13.2 (#813)

This commit is contained in:
nobody
2021-12-17 06:11:22 +01:00
parent 51da23ad97
commit 062bbaa335
5 changed files with 9 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/twitter-bootstrap/4.')) return '4.6.1';
if (type.startsWith('/twitter-bootstrap/5.')) return '5.1.3';
if (type.startsWith('/underscore.js/1.')) return '1.13.1';
if (type.startsWith('/underscore.js/1.')) return '1.13.2';
if (type.startsWith('/urlive/1.')) return '1.1.1';
if (type.startsWith('/vanilla-lazyload')) return '17.5.0';
if (type.startsWith('/vex-js/3.')) return '3.1.1';