diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 0692a2b0..f8764981 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1115,7 +1115,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xcode.min.css https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xt256.min.css https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.css https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js -https://cdnjs.cloudflare.com/ajax/libs/history/5.0.0/history.production.min.js +https://cdnjs.cloudflare.com/ajax/libs/history/5.0.1/history.production.min.js https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.9/hls.min.js https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js diff --git a/audit/audit.sh b/audit/audit.sh index 782e4cdf..f3b0f6d7 100755 --- a/audit/audit.sh +++ b/audit/audit.sh @@ -596,8 +596,8 @@ function create_url() { url="$GITHUB/jquery-validation/jquery-validation/$version/dist/jquery.validate.min.js" elif [ "$folder" = "jquery-validate" ]; then url="$GITHUB/jquery-validation/jquery-validation/$version/dist/jquery.validate.min.js" - elif [ "$folder" = "history" ] && [ "$version" = "5.0.0" ] && [ "$jfile" = "history.min.js" ]; then - url="$CLOUDFLARE/history/5.0.0/history.production.min.js" + elif [ "$folder" = "history" ] && [ "$version" != "4.10.1" ]; then + url="$CLOUDFLARE/history/$version/history.production.min.js" elif [ "$folder" = "ember.js" ] && [ "$version" = "3.24.2" ] && [ "$jfile" = "ember.min.js" ]; then url="$CLOUDFLARE/ember.js/3.24.2/ember.debug.js" elif [ "$folder" = "dojo" ]; then diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a593fb7d..30fede0b 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -322,7 +322,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/history/4.')) { return '4.10.1'; } else if (type.startsWith('/history/5.')) { - return '5.0.0'; + return '5.0.1'; } else if (type.startsWith('/hls.js/0.')) { return '0.14.17'; } else if (type.startsWith('/hls.js/1.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 4111b954..e392f733 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -54,6 +54,7 @@
  • vue v3.1.5 -> v3.2.2 (#618)
  • noUiSlider v15.2.0 -> v15.3.0 (#619)
  • bodymovin v5.7.12 -> v5.7.13 (#621)
  • +
  • history v5.0.0 -> v5.0.1 (#622)
  • Mapping