From 4301f2a53b2060f01a8b6156e5d265de8ef747dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:49:48 +0000 Subject: [PATCH] Update dependency mongodb/mongodb to v1.20.0 --- backend/composer.json | 2 +- backend/composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/composer.json b/backend/composer.json index 10fb588a..0ddfdd71 100755 --- a/backend/composer.json +++ b/backend/composer.json @@ -19,7 +19,7 @@ "laravel/sanctum": "^4.0", "laravel/tinker": "^2.9", "mongodb/laravel-mongodb": "^5.0", - "mongodb/mongodb": "1.19.1", + "mongodb/mongodb": "1.20.0", "nategood/httpful": "1.0.0", "nesbot/carbon": "3.8.2", "onelogin/php-saml": "4.2.0", diff --git a/backend/composer.lock b/backend/composer.lock index 20a9fc7e..8b919018 100644 --- a/backend/composer.lock +++ b/backend/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": "8dd15e81c002de94a630efa596d0be55", + "content-hash": "044dff40e0a4d9a6aaf72ae49bb6d7cf", "packages": [ { "name": "brick/math", @@ -2477,23 +2477,23 @@ }, { "name": "mongodb/mongodb", - "version": "1.19.1", + "version": "1.20.0", "source": { "type": "git", "url": "https://github.com/mongodb/mongo-php-library.git", - "reference": "afe425b629075fa597fa2d5645045cb20dc93d95" + "reference": "75da9ea3b63d97b05e0e8648d8c09a17bc54c0b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/afe425b629075fa597fa2d5645045cb20dc93d95", - "reference": "afe425b629075fa597fa2d5645045cb20dc93d95", + "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/75da9ea3b63d97b05e0e8648d8c09a17bc54c0b6", + "reference": "75da9ea3b63d97b05e0e8648d8c09a17bc54c0b6", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", "ext-hash": "*", "ext-json": "*", - "ext-mongodb": "^1.18.0", + "ext-mongodb": "^1.20.0", "php": "^7.4 || ^8.0", "psr/log": "^1.1.4|^2|^3", "symfony/polyfill-php80": "^1.27", @@ -2548,9 +2548,9 @@ ], "support": { "issues": "https://github.com/mongodb/mongo-php-library/issues", - "source": "https://github.com/mongodb/mongo-php-library/tree/1.19.1" + "source": "https://github.com/mongodb/mongo-php-library/tree/1.20.0" }, - "time": "2024-06-13T14:30:04+00:00" + "time": "2024-09-25T12:54:08+00:00" }, { "name": "monolog/monolog",