From b301fca89a6fb7d10e601fdd45bc9d03955025a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 06:47:17 +0000 Subject: [PATCH] Bump react-stripe-elements from 2.0.3 to 6.1.0 Bumps [react-stripe-elements](https://github.com/stripe/react-stripe-elements) from 2.0.3 to 6.1.0. - [Release notes](https://github.com/stripe/react-stripe-elements/releases) - [Changelog](https://github.com/stripe/react-stripe-elements/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/react-stripe-elements/compare/v2.0.3...v6.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8e1dc6..0290cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4881,6 +4881,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "optional": true, "requires": { "is-glob": "^2.0.0" } @@ -5676,7 +5677,8 @@ "is-extglob": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "optional": true }, "is-finite": { "version": "1.0.2", @@ -5695,6 +5697,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "optional": true, "requires": { "is-extglob": "^1.0.0" } @@ -7420,6 +7423,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, "requires": { "remove-trailing-separator": "^1.0.1" } @@ -10340,11 +10344,11 @@ } }, "react-stripe-elements": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/react-stripe-elements/-/react-stripe-elements-2.0.3.tgz", - "integrity": "sha512-aKLiWyfP0n3Gq42BKykULgoruNVRXEaeYh8NSokdgH3ubGU3nsHFZJg3LgbT/XOquttDGHE7kLhleaX+UnN81A==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-stripe-elements/-/react-stripe-elements-6.1.0.tgz", + "integrity": "sha512-AyZw2Qx6VmHlrlpjLKiX7qRbUj+ncwixCThx+SgBq9hdEhCxIPUdX0QMcPAttY3HK8soL/cZaY1oe2SPTMLNcQ==", "requires": { - "prop-types": "^15.5.10" + "prop-types": "15.7.2" } }, "react-tagsinput": { diff --git a/package.json b/package.json index 3c8d19a..a53c804 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react-router-dom": "^4.3.1", "react-scroll": "^1.7.10", "react-sortable-hoc": "^0.8.3", - "react-stripe-elements": "^2.0.1", + "react-stripe-elements": "^6.1.0", "react-tagsinput": "^3.19.0", "redux": "^4.0.0", "redux-form": "^7.4.2",