diff --git a/_backend/composer.json b/_backend/composer.json index 03b7e3a3df..58b4880da1 100644 --- a/_backend/composer.json +++ b/_backend/composer.json @@ -14,7 +14,7 @@ } }, "require": { - "stripe/stripe-php": "16.5.0", + "stripe/stripe-php": "16.5.1", "erusev/parsedown-extra": "^0.8", "geoip2/geoip2": "^3.0", "ext-intl": ">=7", diff --git a/_backend/composer.lock b/_backend/composer.lock index df1d0f14b9..46c1c39d05 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": "ca7f529cdeb2d4fc3e13800273cef5ba", + "content-hash": "6b1250a2bf7da294dcaa64fa4224ae3a", "packages": [ { "name": "composer/ca-bundle", @@ -823,16 +823,16 @@ }, { "name": "stripe/stripe-php", - "version": "v16.5.0", + "version": "v16.5.1", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "3fb22256317344e049fce02ff289af3b776b0464" + "reference": "05c7c3a8a15b1bc396f09d17c88539c0db3d3255" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/3fb22256317344e049fce02ff289af3b776b0464", - "reference": "3fb22256317344e049fce02ff289af3b776b0464", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/05c7c3a8a15b1bc396f09d17c88539c0db3d3255", + "reference": "05c7c3a8a15b1bc396f09d17c88539c0db3d3255", "shasum": "" }, "require": { @@ -876,9 +876,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v16.5.0" + "source": "https://github.com/stripe/stripe-php/tree/v16.5.1" }, - "time": "2025-01-27T20:20:33+00:00" + "time": "2025-02-07T21:24:29+00:00" }, { "name": "symfony/deprecation-contracts",