From fa21305d8c658a9b2ed6796f331c62bf0b0e3be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 13:10:31 +0000 Subject: [PATCH] Bump @stripe/react-stripe-js from 1.16.2 to 1.16.4 Bumps [@stripe/react-stripe-js](https://github.com/stripe/react-stripe-js) from 1.16.2 to 1.16.4. - [Release notes](https://github.com/stripe/react-stripe-js/releases) - [Changelog](https://github.com/stripe/react-stripe-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/react-stripe-js/compare/v1.16.2...v1.16.4) --- updated-dependencies: - dependency-name: "@stripe/react-stripe-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",