From 4819849b1503c2c56540894f215ae07f3f8e1f3e Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 10 Aug 2024 07:40:21 +0200 Subject: [PATCH] spin.js v4.1.1 -> v4.1.2 --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + resources/spin.js/4.1.1/spin.min.jsm | 1 - resources/spin.js/4.1.2/spin.min.jsm | 1 + 5 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 resources/spin.js/4.1.1/spin.min.jsm create mode 100644 resources/spin.js/4.1.2/spin.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 981f25c2..aa8027b3 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1295,7 +1295,7 @@ 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.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 +https://cdnjs.cloudflare.com/ajax/libs/spin.js/4.1.2/spin.min.js https://cdnjs.cloudflare.com/ajax/libs/stickyfill/1.1.4/stickyfill.min.js https://cdnjs.cloudflare.com/ajax/libs/stickyfill/2.1.0/stickyfill.min.js https://cdnjs.cloudflare.com/ajax/libs/sticky-js/1.3.0/sticky.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index befb1793..54a28d25 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -431,7 +431,7 @@ targets.setLastVersion = function (type, version) { 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'; + if (type.startsWith('/spin.js/4.')) return '4.1.2'; if (type.startsWith('/stickyfill/1.')) return '1.1.4'; if (type.startsWith('/stickyfill/2.')) return '2.1.0'; if (type.startsWith('/sticky-js/')) return '1.3.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 05825690..f8a709da 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -49,6 +49,7 @@
  • p5.js v1.9.4 -> v1.10.0
  • react-router v6.24.1 -> v6.26.0
  • search-insights v2.15.0 -> v2.16.2
  • +
  • spin.js v4.1.1 -> v4.1.2
  • Added