deps update

This commit is contained in:
Roland Gruber 2025-05-12 07:58:55 +02:00
parent 2d44aa3a23
commit f8636c609c
4 changed files with 67 additions and 32 deletions

View file

@ -120,7 +120,7 @@ class htmlFriendlyCaptcha extends htmlElement {
* @return array List of input field names and their type (name => type)
*/
function generateHTML($module, $input, $values, $restricted, $scope) {
$script = new htmlScript('../lib/extra/friendlyCaptcha/friendly-challenge-0.9.18.js');
$script = new htmlScript('../lib/extra/friendlyCaptcha/friendly-challenge-0.9.19.js');
$script->generateHTML($module, $input, $values, $restricted, $scope);
echo '<div class="frc-captcha" data-sitekey="' . $this->key . '"></div>';
return [];

View file

@ -275,7 +275,7 @@ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
try {
var response;
return Promise.resolve(fetchAndRetryWithBackoff(urls[i] + "?sitekey=" + siteKey, {
headers: [["x-frc-client", "js-0.9.18"]],
headers: [["x-frc-client", "js-0.9.19"]],
mode: "cors"
}, 2)).then(function ($await_7) {
try {

View file

@ -1,7 +1,7 @@
/*!
* jodit - Jodit is an awesome and useful wysiwyg editor with filebrowser
* Author: Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/jodit/)
* Version: v4.5.17
* Version: v4.6.2
* Url: https://xdsoft.net/jodit/
* License(s): MIT
*/

File diff suppressed because one or more lines are too long