diff --git a/composer.json b/composer.json index 639dd4ad..87123d10 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "thecodingmachine/safe": "^1.3.3", "phpmailer/phpmailer": "^6.6.0", "ramsey/uuid": "4.2.3", - "gregwar/captcha": "^1.1.9", + "gregwar/captcha": "^1.2.0", "php-webdriver/webdriver": "^1.12.1", "pear/http2": "^2.0.0" } diff --git a/composer.lock b/composer.lock index 4a4df5d1..21d76490 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c3a2ec797ba64706306394cca97dd37e", + "content-hash": "218ea78082c83c5386eacaf3dc607eed", "packages": [ { "name": "brick/math", @@ -1099,16 +1099,16 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "1.10.20", + "version": "1.10.21", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803" + "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803", - "reference": "c4c8adb56313fbd59ff5a5f4a496bbed1a6b8803", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5", + "reference": "b2a30186be2e4d97dce754ae4e65eb0ec2f04eb5", "shasum": "" }, "require": { @@ -1157,7 +1157,7 @@ "type": "tidelift" } ], - "time": "2023-06-20T12:07:40+00:00" + "time": "2023-06-21T20:07:58+00:00" }, { "name": "thecodingmachine/phpstan-safe-rule",