diff --git a/composer.json b/composer.json index 3352b56d..bc6f2ca9 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "sentry/sentry-laravel": "^4.8", "sitando/nova-chat": "*", "stidges/laravel-country-flags": "^2.0", - "stripe/stripe-php": "^15.8", + "stripe/stripe-php": "^15.9", "superlatif/nova-tag-input": "^1.4", "tightenco/nova-stripe": "^0.2.4", "timothyasp/nova-badge-field": "^1.0", diff --git a/composer.lock b/composer.lock index 522abb43..b9e9a2d3 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": "532f8fbf527cf11a56b8330a7fc2422f", + "content-hash": "8618cd89a852667d4654d28b3a050460", "packages": [ { "name": "asm89/stack-cors", @@ -5514,16 +5514,16 @@ }, { "name": "stripe/stripe-php", - "version": "v15.8.0", + "version": "v15.9.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "5ed133fa45987771f80ad300be2316c05832f6a7" + "reference": "dc9726ac0cfbba7b3c97e2cf6042f2c090551cdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/5ed133fa45987771f80ad300be2316c05832f6a7", - "reference": "5ed133fa45987771f80ad300be2316c05832f6a7", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/dc9726ac0cfbba7b3c97e2cf6042f2c090551cdb", + "reference": "dc9726ac0cfbba7b3c97e2cf6042f2c090551cdb", "shasum": "" }, "require": { @@ -5567,9 +5567,9 @@ ], "support": { "issues": "https://github.com/stripe/stripe-php/issues", - "source": "https://github.com/stripe/stripe-php/tree/v15.8.0" + "source": "https://github.com/stripe/stripe-php/tree/v15.9.0" }, - "time": "2024-08-29T21:58:14+00:00" + "time": "2024-09-12T22:05:50+00:00" }, { "name": "superlatif/nova-tag-input",