From 31d4a2ee98de2891e62c453ebeb40fd105df976b Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 30 Apr 2024 13:41:23 +1200 Subject: [PATCH 1/3] Update database --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index e3d59af2cf..9dbcd5c5ec 100644 --- a/composer.lock +++ b/composer.lock @@ -1556,16 +1556,16 @@ }, { "name": "utopia-php/database", - "version": "0.49.5", + "version": "0.49.6", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "6275ca8389d970bfd6096ab5d9c760ea000771cf" + "reference": "ebc2d3b9435ca56659ab58479a0f755329599f7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/6275ca8389d970bfd6096ab5d9c760ea000771cf", - "reference": "6275ca8389d970bfd6096ab5d9c760ea000771cf", + "url": "https://api.github.com/repos/utopia-php/database/zipball/ebc2d3b9435ca56659ab58479a0f755329599f7c", + "reference": "ebc2d3b9435ca56659ab58479a0f755329599f7c", "shasum": "" }, "require": { @@ -1606,9 +1606,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.49.5" + "source": "https://github.com/utopia-php/database/tree/0.49.6" }, - "time": "2024-04-29T10:09:01+00:00" + "time": "2024-04-30T01:33:56+00:00" }, { "name": "utopia-php/domains", From 210ddf91295225c4e916ae1539b563e99815d7d2 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 30 Apr 2024 13:50:19 +1200 Subject: [PATCH 2/3] Force re-run to unblock snyk --- src/Appwrite/Extend/Exception.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index 0ecb435dae..38a0735d41 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -311,7 +311,6 @@ class Exception extends \Exception parent::__construct($this->message, $this->code, $previous); } - /** * Get the type of the exception. * From 9f06043c68ecefafe839f1ceab99ac09a969df89 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 30 Apr 2024 13:50:26 +1200 Subject: [PATCH 3/3] Revert "Force re-run to unblock snyk" This reverts commit 210ddf91295225c4e916ae1539b563e99815d7d2. --- src/Appwrite/Extend/Exception.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index 38a0735d41..0ecb435dae 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -311,6 +311,7 @@ class Exception extends \Exception parent::__construct($this->message, $this->code, $previous); } + /** * Get the type of the exception. *