From 33b6abb9e8b9862261ba1aa6e19e8c7580e1f6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 13:30:38 +0000 Subject: [PATCH] :arrow_up: Bump stripe from 8.176.0 to 8.199.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 8.176.0 to 8.199.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.199.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..3f4ee487 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.199.0", "superjson": "1.7.5", "tsdav": "1.0.6", "tslog": "^3.2.1", diff --git a/yarn.lock b/yarn.lock index b3b28656..6b033319 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.199.0: + version "8.199.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.199.0.tgz#dcd109f16ff0c33da638a0d154c966d0f20c73d1" + integrity sha512-Bc5Zfp6eOOCdde9x5NPrAczeGSKuNwemzjsfGJXWtpbUfQXgJujzTGgkhx2YuzamqakDYJkTgf9w7Ry2uY8QNA== dependencies: "@types/node" ">=8.1.0" qs "^6.6.0"