diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index b0d5bfca..c82a6d91 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -980,8 +980,8 @@ https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.green https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.min.js -https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/addons/p5.sound.min.js -https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.1/p5.min.js +https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.2/addons/p5.sound.min.js +https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.2/p5.min.js https://cdnjs.cloudflare.com/ajax/libs/page.js/1.11.6/page.js https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.css https://cdnjs.cloudflare.com/ajax/libs/paginationjs/2.6.0/pagination.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 697a4056..d61d6599 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -365,7 +365,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/owl-carousel/2.')) return '2.3.4'; if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) return '0.6.2'; if (type.startsWith('/p5.js/0.')) return '0.10.2'; - if (type.startsWith('/p5.js/1.')) return '1.9.1'; + if (type.startsWith('/p5.js/1.')) return '1.9.2'; if (type.startsWith('/page.js/1.')) return '1.11.6'; if (type.startsWith('/paginationjs/2.')) return '2.6.0'; if (type.startsWith('/plyr/3.')) return '3.7.8'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 83974a47..97a5a00c 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -35,6 +35,7 @@
  • font-awesome v6.5.1 -> v6.5.2
  • alpinejs v3.13.7 -> v3.13.8
  • swagger-ui v5.12.0 -> v5.15.1
  • +
  • p5.js v1.9.1 -> v1.9.2
  • Improved