From 63afe39fd9dbc30a4de64461a93325e2bdc659d3 Mon Sep 17 00:00:00 2001 From: sarjona Date: Sun, 25 Aug 2024 05:38:17 +0000 Subject: [PATCH] [repo] Update Moodle Component metadata --- data/libraries.json | 35 ++++++++------------- data/moodle-contributors.txt | 2 ++ general/community/credits/thirdpartylibs.md | 33 ++++++++----------- 3 files changed, 28 insertions(+), 42 deletions(-) diff --git a/data/libraries.json b/data/libraries.json index b5108a3259..f2f1a91774 100644 --- a/data/libraries.json +++ b/data/libraries.json @@ -21,20 +21,11 @@ "repository": "https://github.com/roundcube/roundcubemail", "customised": false }, - { - "copyrightHolders": [], - "location": "admin/tool/mfa/factor/totp/extlib/Assert", - "name": "Assert", - "version": "2.1", - "license": "MIT", - "repository": "https://github.com/beberlei/assert", - "customised": false - }, { "copyrightHolders": [], "location": "admin/tool/mfa/factor/totp/extlib/OTPHP", "name": "OTPHP", - "version": "9.1.1", + "version": "11.3.0", "license": "MIT", "repository": "https://github.com/Spomky-Labs/otphp", "customised": false @@ -99,7 +90,7 @@ "location": "filter/codehighlighter/amd/src/prism.js", "name": "PrismJS", "description": "Prism is a lightweight, robust, and elegant syntax highlighting library. It's a spin-off project from Dabblet.", - "version": "1.16.0", + "version": "1.29.0", "license": "MIT", "repository": "https://github.com/PrismJS/prism", "customised": false @@ -247,7 +238,7 @@ "location": "lib/aws-sdk", "name": "AWS SDK for PHP", "description": "The AWS SDK for PHP library", - "version": "3.277.11", + "version": "3.318.0", "license": "Apache", "licenseversion": "2.0", "repository": "https://github.com/aws/aws-sdk-php", @@ -260,7 +251,7 @@ "location": "lib/behat/axe", "name": "axe-core", "description": "Accessibility testing engine for websites and other HTML-based user interfaces.", - "version": "4.8.4", + "version": "4.10.0", "license": "MPL", "licenseversion": "2.0", "repository": "https://github.com/dequelabs/axe-core", @@ -1140,7 +1131,7 @@ "location": "lib/tcpdf", "name": "TCPDF", "description": "Class to generate PDF files", - "version": "6.6.5", + "version": "6.7.5", "license": "LGPL", "licenseversion": "3.0-or-later", "repository": "https://github.com/tecnickcom/TCPDF", @@ -1220,14 +1211,14 @@ }, { "copyrightHolders": [ - "Brion Vibber" + "Brooke Vibber" ], "location": "media/player/videojs/amd/src/local/ogv/ogv.js", "name": "ogv.js", "description": "Javascript media decoder and player for Ogg Vorbis/Opus/Theora and WebM VP8/VP9/AV1 video.", - "version": "1.8.9", + "version": "1.9.0", "license": "MIT", - "repository": "https://github.com/brion/ogv.js/", + "repository": "https://github.com/bvibber/ogv.js", "customised": false }, { @@ -1237,7 +1228,7 @@ "location": "media/player/videojs/amd/src/video-lazy.js", "name": "VideoJS", "description": "JavaScript library that makes it easier to work with and build on HTML5 video.", - "version": "8.10.0", + "version": "8.17.3", "license": "Apache", "licenseversion": "2.0", "repository": "https://github.com/videojs/video.js", @@ -1269,14 +1260,14 @@ }, { "copyrightHolders": [ - "Brion Vibber" + "Brooke Vibber" ], "location": "media/player/videojs/ogvjs", "name": "ogv.js support files", "description": "JavaScript media decoder and player for Ogg Vorbis/Opus/Theora and WebM VP8/VP9/AV1 video.", - "version": "1.8.9", + "version": "1.9.0", "license": "MIT", - "repository": "https://github.com/brion/ogv.js/", + "repository": "https://github.com/bvibber/ogv.js", "customised": false }, { @@ -1286,7 +1277,7 @@ "location": "media/player/videojs/videojs", "name": "VideoJS support files", "description": "JavaScript library that makes it easier to work with and build on HTML5 video", - "version": "8.10.0", + "version": "8.17.3", "license": "Apache", "licenseversion": "2.0", "repository": "https://github.com/videojs/video.js", diff --git a/data/moodle-contributors.txt b/data/moodle-contributors.txt index fec9bc627f..fbe3fe09b4 100644 --- a/data/moodle-contributors.txt +++ b/data/moodle-contributors.txt @@ -562,6 +562,7 @@ Kania Kanika Karen Karl +KarlReyesCatalyst Karmali Kassaei Kateryna @@ -1358,6 +1359,7 @@ jonathanharker joseph_rezeau jpuntd jrchamp +juliavs85 julmis jungwirr kaipe diff --git a/general/community/credits/thirdpartylibs.md b/general/community/credits/thirdpartylibs.md index fe6f46dd0b..de483ce5cb 100644 --- a/general/community/credits/thirdpartylibs.md +++ b/general/community/credits/thirdpartylibs.md @@ -30,17 +30,10 @@ Provide a great search experience without the need for external, server-side, se - **Copyright holders**: - The Roundcube Dev Team -### Assert - -- **Location**: admin/tool/mfa/factor/totp/extlib/Assert -- **Version**: 2.1 -- **License**: MIT -- **URL**: [https://github.com/beberlei/assert](https://github.com/beberlei/assert) - ### OTPHP - **Location**: admin/tool/mfa/factor/totp/extlib/OTPHP -- **Version**: 9.1.1 +- **Version**: 11.3.0 - **License**: MIT - **URL**: [https://github.com/Spomky-Labs/otphp](https://github.com/Spomky-Labs/otphp) @@ -93,7 +86,7 @@ Set of IMS-LTI tools originaly provided by IMS. Prism is a lightweight, robust, and elegant syntax highlighting library. It's a spin-off project from Dabblet. - **Location**: filter/codehighlighter/amd/src/prism.js -- **Version**: 1.16.0 +- **Version**: 1.29.0 - **License**: MIT - **URL**: [https://github.com/PrismJS/prism](https://github.com/PrismJS/prism) - **Copyright holders**: @@ -226,7 +219,7 @@ Dead simple HTML-safe truncation via the DOM. It truncates HTML code, and has se The AWS SDK for PHP library - **Location**: lib/aws-sdk -- **Version**: 3.277.11 +- **Version**: 3.318.0 - **License**: Apache 2.0 - **URL**: [https://github.com/aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) @@ -235,7 +228,7 @@ The AWS SDK for PHP library Accessibility testing engine for websites and other HTML-based user interfaces. - **Location**: lib/behat/axe -- **Version**: 4.8.4 +- **Version**: 4.10.0 - **License**: MPL 2.0 - **URL**: [https://github.com/dequelabs/axe-core](https://github.com/dequelabs/axe-core) - **Copyright holders**: @@ -1012,7 +1005,7 @@ A generic function and convention to trigger deprecation notices Class to generate PDF files - **Location**: lib/tcpdf -- **Version**: 6.6.5 (with Moodle customisations) +- **Version**: 6.7.5 (with Moodle customisations) - **License**: LGPL 3.0-or-later - **URL**: [https://github.com/tecnickcom/TCPDF](https://github.com/tecnickcom/TCPDF) - **Copyright holders**: @@ -1089,18 +1082,18 @@ PHP ZIP Streaming Library Javascript media decoder and player for Ogg Vorbis/Opus/Theora and WebM VP8/VP9/AV1 video. - **Location**: media/player/videojs/amd/src/local/ogv/ogv.js -- **Version**: 1.8.9 +- **Version**: 1.9.0 - **License**: MIT -- **URL**: [https://github.com/brion/ogv.js/](https://github.com/brion/ogv.js/) +- **URL**: [https://github.com/bvibber/ogv.js](https://github.com/bvibber/ogv.js) - **Copyright holders**: - - Brion Vibber + - Brooke Vibber ### VideoJS JavaScript library that makes it easier to work with and build on HTML5 video. - **Location**: media/player/videojs/amd/src/video-lazy.js -- **Version**: 8.10.0 (with Moodle customisations) +- **Version**: 8.17.3 (with Moodle customisations) - **License**: Apache 2.0 - **URL**: [https://github.com/videojs/video.js](https://github.com/videojs/video.js) - **Copyright holders**: @@ -1133,18 +1126,18 @@ YouTube Playback Technology for Video.js. JavaScript media decoder and player for Ogg Vorbis/Opus/Theora and WebM VP8/VP9/AV1 video. - **Location**: media/player/videojs/ogvjs -- **Version**: 1.8.9 +- **Version**: 1.9.0 - **License**: MIT -- **URL**: [https://github.com/brion/ogv.js/](https://github.com/brion/ogv.js/) +- **URL**: [https://github.com/bvibber/ogv.js](https://github.com/bvibber/ogv.js) - **Copyright holders**: - - Brion Vibber + - Brooke Vibber ### VideoJS support files JavaScript library that makes it easier to work with and build on HTML5 video - **Location**: media/player/videojs/videojs -- **Version**: 8.10.0 (with Moodle customisations) +- **Version**: 8.17.3 (with Moodle customisations) - **License**: Apache 2.0 - **URL**: [https://github.com/videojs/video.js](https://github.com/videojs/video.js) - **Copyright holders**: