diff --git a/package-lock.json b/package-lock.json index 0bce87b..f8f2f18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@emotion/styled": "^11.10.5", "@react-icons/all-files": "^4.1.0", "@solana/web3.js": "^1.73.0", - "@stripe/react-stripe-js": "^1.16.2", + "@stripe/react-stripe-js": "^1.16.4", "@stripe/stripe-js": "^1.46.0", "@walletconnect/web3-provider": "^1.8.0", "axios": "^1.2.2", @@ -3083,9 +3083,9 @@ } }, "node_modules/@stripe/react-stripe-js": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.16.2.tgz", - "integrity": "sha512-RTL3rE6eNosRb2AhxHBWN0HQgigSo/cfZu8vPAqB9/dZEAjYcEoiDYtjI9Zj1MAh58c5RyQNn3HU3M4hIqUdAg==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.16.4.tgz", + "integrity": "sha512-x+Zstd3mHctNbSATOdbA2rOVXqGhbLU1ziNgcWqYCaFXj2dPKzjkBiUJfDhoARJVXVGOts0oZ8teTkOFY/ZRzQ==", "dependencies": { "prop-types": "^15.7.2" }, @@ -15217,9 +15217,9 @@ } }, "@stripe/react-stripe-js": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.16.2.tgz", - "integrity": "sha512-RTL3rE6eNosRb2AhxHBWN0HQgigSo/cfZu8vPAqB9/dZEAjYcEoiDYtjI9Zj1MAh58c5RyQNn3HU3M4hIqUdAg==", + "version": "1.16.4", + "resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-1.16.4.tgz", + "integrity": "sha512-x+Zstd3mHctNbSATOdbA2rOVXqGhbLU1ziNgcWqYCaFXj2dPKzjkBiUJfDhoARJVXVGOts0oZ8teTkOFY/ZRzQ==", "requires": { "prop-types": "^15.7.2" } diff --git a/package.json b/package.json index a51cb24..fc5795c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@emotion/styled": "^11.10.5", "@react-icons/all-files": "^4.1.0", "@solana/web3.js": "^1.73.0", - "@stripe/react-stripe-js": "^1.16.2", + "@stripe/react-stripe-js": "^1.16.4", "@stripe/stripe-js": "^1.46.0", "@walletconnect/web3-provider": "^1.8.0", "axios": "^1.2.2",