From 1be054976b61d2c0ff25a296b4179746b9b43f33 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 17 Mar 2024 10:57:03 +0100 Subject: [PATCH] socket.io v4.7.4 -> v4.7.5 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/socket.io/4.7.4/socket.io.min.jsm | 7 ------- resources/socket.io/4.7.5/socket.io.min.jsm | 7 +++++++ 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 resources/socket.io/4.7.4/socket.io.min.jsm create mode 100644 resources/socket.io/4.7.5/socket.io.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 5dfd9a1b..afd6d05f 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1718,7 +1718,7 @@ https://cdnjs.cloudflare.com/ajax/libs/slider-pro/1.6.2/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.7.4/socket.io.min.js +https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.7.5/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 e9d6cebe..cb997896 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -427,7 +427,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.7.4'; + if (type.startsWith('/socket.io/4.')) return '4.7.5'; 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 51dccbc2..f69616da 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@

Improved