From b322eac6c0e6f191e66b1e04769bfcc38200ed06 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 23 Nov 2022 06:30:40 +0100 Subject: [PATCH] socket.io v4.5.3 -> v4.5.4 (#1213) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/socket.io/{4.5.3 => 4.5.4}/socket.io.min.jsm | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) rename resources/socket.io/{4.5.3 => 4.5.4}/socket.io.min.jsm (61%) diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 64accf7d..eba7b60c 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1698,7 +1698,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.5.3/socket.io.min.js +https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.5.4/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 e1a84092..5261a0ce 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -425,7 +425,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/snowplow/2.')) return '2.18.2'; if (type.startsWith('/socket.io/2.')) return '2.4.0'; if (type.startsWith('/socket.io/3.')) return '3.1.3'; - if (type.startsWith('/socket.io/4.')) return '4.5.3'; + if (type.startsWith('/socket.io/4.')) return '4.5.4'; if (type.startsWith('/spin.js/2.')) return '2.3.2'; if (type.startsWith('/spin.js/3.')) return '3.1.0'; if (type.startsWith('/spin.js/4.')) return '4.1.1'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index adf9426b..44ce5250 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@

Added