underscore.js v1.13.2 -> v1.13.3 (#968)

This commit is contained in:
nobody 2022-04-25 18:40:09 +02:00
parent 015a69106e
commit 6acb16fcfc
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 6 additions and 5 deletions

View File

@ -1678,7 +1678,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.2/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.3/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

@ -405,7 +405,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.2';
if (type.startsWith('/underscore.js/1.')) return '1.13.3';
if (type.startsWith('/urlive/1.')) return '1.1.1';
if (type.startsWith('/vanilla-lazyload')) return '17.7.0';
if (type.startsWith('/vex-js/3.')) return '3.1.1';

View File

@ -44,6 +44,7 @@
<li>markdown-it v12.3.2 -> v13.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/962">#962</a>)</li>
<li>bodymovin v5.9.2 -> v5.9.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/966">#966</a>)</li>
<li>bootstrap-table v1.19.1 -> v1.20.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/967">#967</a>)</li>
<li>underscore.js v1.13.2 -> v1.13.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/968">#968</a>)</li>
</ul>
<p>Added</p>
<ul>