handlebars.js v4.7.7 -> v4.7.8 (#1499)

This commit is contained in:
nobody 2023-08-02 18:55:45 +02:00
parent 1954508c40
commit 74aa60647a
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 32 additions and 31 deletions

View File

@ -480,7 +480,7 @@ https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/PixiPlugin.min.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollToPlugin.min.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/TextPlugin.min.js
https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.7/handlebars.min.js
https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.8/handlebars.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/highlight.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/1c.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/abnf.min.js

View File

@ -223,7 +223,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/materialiconsround/')) return 'v108';
if (type.startsWith('/materialiconssharp/')) return 'v109';
if (type.startsWith('/materialiconstwotone/')) return 'v112';
if (type.startsWith('/handlebars.js/4.')) return '4.7.7';
if (type.startsWith('/handlebars.js/4.')) return '4.7.8';
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
if (type.startsWith('/highlight.js/8.')) return '9.18.5';
if (type.startsWith('/highlight.js/9.')) return '9.18.5';

View File

@ -37,6 +37,7 @@
<li>mdb-ui-kit v6.4.0 -> v6.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1496">#1496</a>)</li>
<li>react-redux v8.1.1 -> v8.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1497">#1497</a>)</li>
<li>tensorflow v4.8.0 -> v4.10.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1498">#1498</a>)</li>
<li>handlebars.js v4.7.7 -> v4.7.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1499">#1499</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long