diff --git a/package-lock.json b/package-lock.json index f5549a45..4023c69f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "reflect-metadata": "^0.1.13", "rxjs": "^7.8.1", "socket.io": "^4.7.2", - "stripe": "^14.4.0", + "stripe": "^14.3.0", "typeorm": "^0.3.17", "web-push": "^3.6.6", "zod": "^3.22.4" @@ -87,7 +87,7 @@ "dependencies": { "@redux-devtools/extension": "^3.2.5", "@rollup/plugin-node-resolve": "^15.2.3", - "@stripe/react-stripe-js": "^2.3.1", + "@stripe/react-stripe-js": "^2.9.0", "@stripe/stripe-js": "^2.1.11", "@t3-oss/env-core": "^0.7.0", "@types/memoizee": "^0.4.11", @@ -4054,14 +4054,15 @@ "integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==" }, "node_modules/@stripe/react-stripe-js": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.3.1.tgz", - "integrity": "sha512-vXiwcG2ZjAF4AezjP7DJ8jiwxfCWCen/X2rBhyXaKrfQ7+pwmXhsoUlKRa0eLWioY1oelOQOafauNUiwTwFHgQ==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.9.0.tgz", + "integrity": "sha512-+/j2g6qKAKuWSurhgRMfdlIdKM+nVVJCy/wl0US2Ccodlqx0WqfIIBhUkeONkCG+V/b+bZzcj4QVa3E/rXtT4Q==", + "license": "MIT", "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { - "@stripe/stripe-js": "^1.44.1 || ^2.0.0", + "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }