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
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 9 additions and 8 deletions

View File

@ -1647,7 +1647,7 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/css/bootstrap.min
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.2/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/urlive/1.1.1/jquery.urlive.min.js
https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex.min.css
https://cdnjs.cloudflare.com/ajax/libs/vex-js/3.1.1/css/vex-theme-bottom-right-corner.min.css

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';

View File

@ -50,6 +50,7 @@
<li>angular-material v1.2.3 -> v1.2.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/810">#810</a>)</li>
<li>hls.js v1.1.1 -> v1.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/811">#811</a>)</li>
<li>plyr v3.6.9 -> v3.6.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/812">#812</a>)</li>
<li>underscore.js v1.13.1 -> v1.13.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/813">#813</a>)</li>
</ul>
<p>Mapping</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long