From 18639c535f71c4087295a9622af13a23abc1f266 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 16 Oct 2021 08:33:39 +0200 Subject: [PATCH] socket.io v4.2.0 -> v4.3.1 (#726) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/socket.io/4.2.0/socket.io.min.jsm | 7 ------- resources/socket.io/4.3.1/socket.io.min.jsm | 7 +++++++ 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 resources/socket.io/4.2.0/socket.io.min.jsm create mode 100644 resources/socket.io/4.3.1/socket.io.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 1baa9224..f689dbf7 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1612,7 +1612,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.2/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.2.0/socket.io.min.js +https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.3.1/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.1/spin.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 00ca2eaa..43937f20 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -569,7 +569,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.2.0'; + return '4.3.1'; } 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 e7de3c16..1d775c78 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -51,6 +51,7 @@
  • plyr v3.6.8 -> v3.6.9 (#723)
  • noUiSlider v15.4.0 -> v15.5.0 (#724)
  • bootstrap-icons v1.5.0 -> v1.6.0 (#725)
  • +
  • socket.io v4.2.0 -> v4.3.1 (#726)
  • Improved