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

Update: underscore.js v1.12.0 -> v1.13.1 (#387)

This commit is contained in:
nobody
2021-04-22 06:19:17 +02:00
parent 2cd338b06c
commit 85de19965e
5 changed files with 9 additions and 8 deletions

View File

@@ -533,7 +533,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/toastr.js/2.')) {
return '2.1.4';
} else if (type.startsWith('/underscore.js/1.')) {
return '1.12.0';
return '1.13.1';
} else if (type.startsWith('/urlive/1.')) {
return '1.1.1';
} else if (type.startsWith('/vanilla-lazyload')) {