From aa14e1ea9c59c3eb917fb2e945c1e1713d5afdc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 13:36:30 +0000 Subject: [PATCH] :arrow_up: Bump stripe from 8.176.0 to 8.200.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 8.176.0 to 8.200.0. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v8.176.0...v8.200.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a91f59ff..e64ee10b 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "react-timezone-select": "^1.1.12", "react-use-intercom": "1.4.0", "short-uuid": "^4.2.0", - "stripe": "^8.168.0", + "stripe": "^8.200.0", "superjson": "1.7.5", "tsdav": "1.0.6", "tslog": "^3.2.1", diff --git a/yarn.lock b/yarn.lock index b3b28656..e9068d4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7827,9 +7827,10 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" -stripe@*, stripe@^8.168.0: - version "8.176.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.176.0.tgz#2f4980ab49acbfe6d67ecaddd54c05e20de9532c" +stripe@*, stripe@^8.200.0: + version "8.200.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.200.0.tgz#be5abc86a9e91cd83e1bff86ac814fae9c465a21" + integrity sha512-oM6jBvsIwY3x9cuNUSytwQ3daGuo2xxcMM6diUrNZhvOm5hbY2AvP2JPWW8RPMK0OHFskmYbWTKMJ1wg7AvLSQ== dependencies: "@types/node" ">=8.1.0" qs "^6.6.0"