diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index aa8027b3..a7392787 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1382,7 +1382,7 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/css/bootstrap.min https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/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.6/underscore-min.js +https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-min.js https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.19.11/URI.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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 54a28d25..03bffaf9 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -475,7 +475,7 @@ targets.setLastVersion = function (type, version) { } 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.6'; + if (type.startsWith('/underscore.js/1.')) return '1.13.7'; if (type.startsWith('/URI.js/1.')) return '1.19.11'; if (type.startsWith('/urlive/1.')) return '1.1.1'; if (type.startsWith('/vanilla-lazyload')) return '19.1.3'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index f8a709da..72dfe5a3 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -50,6 +50,7 @@
  • react-router v6.24.1 -> v6.26.0
  • search-insights v2.15.0 -> v2.16.2
  • spin.js v4.1.1 -> v4.1.2
  • +
  • underscore.js v1.13.6 -> v1.13.7
  • Added