From 72529a80505cec2f8f276e9f4afe4020d1c4553f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 19 Aug 2021 16:27:07 +0000 Subject: [PATCH] fix(deps): update dependency @stripe/stripe-js to v1.17.1 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 18cdcaedc8..141f869178 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4145,9 +4145,9 @@ } }, "@stripe/stripe-js": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.17.0.tgz", - "integrity": "sha512-LztkapiDV+2bEjsmAL2QnmTQBJwx37VnvuBkgXxPe9cJr2jbK0UGzumxSZUiRXeUlgh5j3CXh5jsGFTdc3iv+Q==" + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-1.17.1.tgz", + "integrity": "sha512-c9MyDvdi5Xou0j0JPNy86NebtTDfh9o62Ifuzx6GSm2YO0oedBpy51WSyOue2L8Fb+mqESS5gd6mGVEIPUnXsA==" }, "@szmarczak/http-timer": { "version": "1.1.2", diff --git a/client/package.json b/client/package.json index 69977e1724..bc3f3e3c33 100644 --- a/client/package.json +++ b/client/package.json @@ -55,7 +55,7 @@ "@loadable/component": "5.15.0", "@reach/router": "1.3.4", "@stripe/react-stripe-js": "1.4.1", - "@stripe/stripe-js": "1.17.0", + "@stripe/stripe-js": "1.17.1", "@types/react-scrollable-anchor": "0.6.1", "algoliasearch": "4.10.3", "assert": "2.0.0",