diff --git a/package-lock.json b/package-lock.json index 3f7d7d5a7..1dc2c496b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@react-navigation/material-bottom-tabs": "^6.2.5", "@react-navigation/native": "^6.0.14", "@react-navigation/stack": "^6.3.5", - "@stripe/stripe-react-native": "^0.21.0", + "@stripe/stripe-react-native": "^0.25.0", "@types/intl-unofficial-duration-unit-format": "^3.1.0", "axios": "^0.22.0", "base-64": "^1.0.0", @@ -9736,9 +9736,9 @@ } }, "node_modules/@stripe/stripe-react-native": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-react-native/-/stripe-react-native-0.21.0.tgz", - "integrity": "sha512-NI5eUpd/7ZZ/XTr2TUOpPdKuATHqk42uZrl7gCA/NuivaYqkyW6gflgAlNVxshMN6LEdAVmDFbxsIz3N/a56OQ==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-react-native/-/stripe-react-native-0.25.0.tgz", + "integrity": "sha512-ZyOUzm1++cZqMWlkR4TKAgfWQ8gaxs1MOHd12fHTXufIUWCdGqSn5HLmZLsPof45O7wdwGROU06Od6D2ryspaQ==", "peerDependencies": { "expo": ">=46.0.9", "react": "*", @@ -37441,9 +37441,9 @@ } }, "@stripe/stripe-react-native": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-react-native/-/stripe-react-native-0.21.0.tgz", - "integrity": "sha512-NI5eUpd/7ZZ/XTr2TUOpPdKuATHqk42uZrl7gCA/NuivaYqkyW6gflgAlNVxshMN6LEdAVmDFbxsIz3N/a56OQ==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@stripe/stripe-react-native/-/stripe-react-native-0.25.0.tgz", + "integrity": "sha512-ZyOUzm1++cZqMWlkR4TKAgfWQ8gaxs1MOHd12fHTXufIUWCdGqSn5HLmZLsPof45O7wdwGROU06Od6D2ryspaQ==", "requires": {} }, "@svgr/babel-plugin-add-jsx-attribute": { diff --git a/package.json b/package.json index e0ad0a793..446b3bfff 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@react-navigation/material-bottom-tabs": "^6.2.5", "@react-navigation/native": "^6.0.14", "@react-navigation/stack": "^6.3.5", - "@stripe/stripe-react-native": "^0.21.0", + "@stripe/stripe-react-native": "^0.25.0", "@types/intl-unofficial-duration-unit-format": "^3.1.0", "axios": "^0.22.0", "base-64": "^1.0.0",