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

Update: lodash.js v4.17.20 -> v4.17.21 (#406)

This commit is contained in:
nobody
2021-04-24 06:07:01 +02:00
parent 4cc1d7d0c2
commit 648c1d5e78
5 changed files with 143 additions and 141 deletions

View File

@@ -393,7 +393,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/noUiSlider/14.')) {
return '14.7.0';
} else if (type.startsWith('/lodash.js/4.')) {
return '4.17.20';
return '4.17.21';
} else if (type.startsWith('/lodash.js/3.')) {
return '3.10.1';
} else if (type.startsWith('/lozad')) {