From c823c7ca491f06496a3935945e6e5656d54f91f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:53:18 +0000 Subject: [PATCH] chore(deps): update dependency stripe to v18 --- bun.lock | 4 ++-- storage/framework/core/payments/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index ef29e45e42..7176183293 100644 --- a/bun.lock +++ b/bun.lock @@ -1051,7 +1051,7 @@ "@stacksjs/utils": "workspace:*", "@stripe/stripe-js": "^7.9.0", "@vue-stripe/vue-stripe": "^4.5.0", - "stripe": "^17.7.0", + "stripe": "^18.5.0", }, }, "storage/framework/core/plugins": { @@ -5128,7 +5128,7 @@ "strip-literal": ["strip-literal@2.1.1", "", { "dependencies": { "js-tokens": "^9.0.1" } }, "sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q=="], - "stripe": ["stripe@17.7.0", "", { "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" } }, "sha512-aT2BU9KkizY9SATf14WhhYVv2uOapBWX0OFWF4xvcj1mPaNotlSc2CsxpS4DS46ZueSppmCF5BX1sNYBtwBvfw=="], + "stripe": ["stripe@18.5.0", "", { "dependencies": { "qs": "^6.11.0" }, "peerDependencies": { "@types/node": ">=12.x.x" }, "optionalPeers": ["@types/node"] }, "sha512-Hp+wFiEQtCB0LlNgcFh5uVyKznpDjzyUZ+CNVEf+I3fhlYvh7rZruIg+jOwzJRCpy0ZTPMjlzm7J2/M2N6d+DA=="], "strnum": ["strnum@2.1.1", "", {}, "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw=="], diff --git a/storage/framework/core/payments/package.json b/storage/framework/core/payments/package.json index fd713963a3..f9a911fa24 100644 --- a/storage/framework/core/payments/package.json +++ b/storage/framework/core/payments/package.json @@ -48,6 +48,6 @@ "@stacksjs/utils": "workspace:*", "@stripe/stripe-js": "^7.9.0", "@vue-stripe/vue-stripe": "^4.5.0", - "stripe": "^17.7.0" + "stripe": "^18.5.0" } }