diff --git a/_backend/composer.json b/_backend/composer.json index b138076eb0..03b7e3a3df 100644 --- a/_backend/composer.json +++ b/_backend/composer.json @@ -14,7 +14,7 @@ } }, "require": { - "stripe/stripe-php": "16.4.0", + "stripe/stripe-php": "16.5.0", "erusev/parsedown-extra": "^0.8", "geoip2/geoip2": "^3.0", "ext-intl": ">=7", diff --git a/_backend/composer.lock b/_backend/composer.lock index 390b491df5..df1d0f14b9 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": "674a346372da6b7495e668156be702fd", + "content-hash": "ca7f529cdeb2d4fc3e13800273cef5ba", "packages": [ { "name": "composer/ca-bundle", @@ -823,16 +823,16 @@ }, { "name": "stripe/stripe-php", - "version": "v16.4.0", + "version": "v16.5.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "4aa86099f888db9368f5f778f29feb14e6294dfb" + "reference": "3fb22256317344e049fce02ff289af3b776b0464" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/4aa86099f888db9368f5f778f29feb14e6294dfb", - "reference": "4aa86099f888db9368f5f778f29feb14e6294dfb", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/3fb22256317344e049fce02ff289af3b776b0464", + "reference": "3fb22256317344e049fce02ff289af3b776b0464", "shasum": "" }, "require": { @@ -876,9 +876,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v16.4.0" + "source": "https://github.com/stripe/stripe-php/tree/v16.5.0" }, - "time": "2024-12-18T23:42:15+00:00" + "time": "2025-01-27T20:20:33+00:00" }, { "name": "symfony/deprecation-contracts",