diff --git a/bun.lock b/bun.lock index fd6d75c4bb..f4c002ae12 100644 --- a/bun.lock +++ b/bun.lock @@ -1048,7 +1048,7 @@ "@stacksjs/config": "workspace:*", "@stacksjs/development": "workspace:*", "@stacksjs/utils": "workspace:*", - "@stripe/stripe-js": "^6.1.0", + "@stripe/stripe-js": "^7.3.0", "@vue-stripe/vue-stripe": "^4.5.0", "stripe": "^17.7.0", }, @@ -2760,7 +2760,7 @@ "@stacksjs/x-ray": ["@stacksjs/x-ray@workspace:storage/framework/core/x-ray"], - "@stripe/stripe-js": ["@stripe/stripe-js@6.1.0", "", {}, "sha512-/5zxRol+MU4I7fjZXPxP2M6E1nuHOxAzoc0tOEC/TLnC31Gzc+5EE93mIjoAnu28O1Sqpl7/BkceDHwnGmn75A=="], + "@stripe/stripe-js": ["@stripe/stripe-js@7.3.0", "", {}, "sha512-xnCyFIEI5SQnQrKkCxVj7nS5fWTZap+zuIGzmmxLMdlmgahFJaihK4zogqE8YyKKTLtrp/EldkEijSgtXsRVDg=="], "@stylistic/eslint-plugin": ["@stylistic/eslint-plugin@4.2.0", "", { "dependencies": { "@typescript-eslint/utils": "^8.23.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0", "estraverse": "^5.3.0", "picomatch": "^4.0.2" }, "peerDependencies": { "eslint": ">=9.0.0" } }, "sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA=="], diff --git a/storage/framework/core/payments/package.json b/storage/framework/core/payments/package.json index 5be5446f10..691dea3917 100644 --- a/storage/framework/core/payments/package.json +++ b/storage/framework/core/payments/package.json @@ -45,7 +45,7 @@ "@stacksjs/config": "workspace:*", "@stacksjs/development": "workspace:*", "@stacksjs/utils": "workspace:*", - "@stripe/stripe-js": "^6.1.0", + "@stripe/stripe-js": "^7.3.0", "@vue-stripe/vue-stripe": "^4.5.0", "stripe": "^17.7.0" }