diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 1eaa5cef..e62a4246 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1511,7 +1511,7 @@ https://cdnjs.cloudflare.com/ajax/libs/slider-pro/1.6.0/js/jquery.sliderPro.min. https://cdnjs.cloudflare.com/ajax/libs/snowplow/2.18.0/sp.min.js https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.4.0/socket.io.min.js https://cdnjs.cloudflare.com/ajax/libs/socket.io/3.1.3/socket.io.min.js -https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.1.2/socket.io.min.js +https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.1.3/socket.io.min.js https://cdnjs.cloudflare.com/ajax/libs/spin.js/2.3.2/spin.min.js https://cdnjs.cloudflare.com/ajax/libs/spin.js/3.1.0/spin.min.js https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.0/spin.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index b6ed9a8c..904e8da1 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -559,7 +559,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/socket.io/3.')) { return '3.1.3'; } else if (type.startsWith('/socket.io/4.')) { - return '4.1.2'; + return '4.1.3'; } else if (type.startsWith('/spin.js/2.')) { return '2.3.2'; } else if (type.startsWith('/spin.js/3.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index d71b9c4a..3f036782 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -61,6 +61,7 @@
  • Fixed: Unblock Google Fonts (#561)
  • Mapping: jquery-mobile -> ajax.googleapis.com (#564)
  • Updated: highlight.js v11.0.1 -> v11.1.0 (#565)
  • +
  • Updated: socket.io v4.1.2 -> v4.1.3 (#566)
  • Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (More information).