underscore.js v1.13.4 -> v1.13.6 (#1146)

This commit is contained in:
nobody 2022-09-25 07:33:27 +02:00
parent 1594107e26
commit a9501a6982
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 5 additions and 4 deletions

View File

@ -1744,7 +1744,7 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.1/css/bootstrap.min
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.1/js/bootstrap.bundle.min.js
https://cdnjs.cloudflare.com/ajax/libs/twix.js/0.3.0/twix.min.js
https://cdnjs.cloudflare.com/ajax/libs/twix.js/1.3.0/twix.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.4/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.6/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

@ -445,7 +445,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/twitter-bootstrap/5.')) return '5.2.1';
if (type.startsWith('/twix.js/0.')) return '0.3.0';
if (type.startsWith('/twix.js/1.')) return '1.3.0';
if (type.startsWith('/underscore.js/1.')) return '1.13.4';
if (type.startsWith('/underscore.js/1.')) return '1.13.6';
if (type.startsWith('/urlive/1.')) return '1.1.1';
if (type.startsWith('/vanilla-lazyload')) return '17.8.3';
if (type.startsWith('/vex-js/3.')) return '3.1.1';

View File

@ -32,6 +32,7 @@
<li>instantsearch.js v4.46.1 -> v4.46.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1143">#1143</a>)</li>
<li>findify-bundle v7.1.57 -> v7.1.58 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1144">#1144</a>)</li>
<li>react-redux v8.0.2 -> v8.0.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1145">#1145</a>)</li>
<li>underscore.js v1.13.4 -> v1.13.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1146">#1146</a>)</li>
</ul>
<p>Added</p>
<ul>