From f69e43a9bc555c96cb3dc929704a25e7a12b807a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 13:32:16 -0500 Subject: [PATCH] build(deps): bump stripe from 8.203.0 to 8.207.0 (#13880) Bumps [stripe](https://github.com/stripe/stripe-node) from 8.203.0 to 8.207.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.203.0...v8.207.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 363e0ed89c..2555dce90a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13656,9 +13656,9 @@ } }, "stripe": { - "version": "8.203.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.203.0.tgz", - "integrity": "sha512-7iQYttuOUe8BHDA7gM4nBEQKSNueT/XXVvukbJufwyp0kC/SiYKbjBZPIkCWfoWNcO6dT281uXTzkoSrl+sSOg==", + "version": "8.207.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.207.0.tgz", + "integrity": "sha512-ZCjdqN2adGfrC5uAAo0v7IquzaiQ3+pDzB324/iV3Q3Deiot9VO7KMVSNVx/0i6E6ywhgV33ko3FMT7iUgxKYA==", "requires": { "@types/node": ">=8.1.0", "qs": "^6.6.0" diff --git a/package.json b/package.json index 09f38d9792..560e0390b1 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "remove-markdown": "^0.3.0", "rimraf": "^3.0.2", "short-uuid": "^4.2.0", - "stripe": "^8.203.0", + "stripe": "^8.207.0", "superagent": "^7.1.1", "universal-analytics": "^0.5.3", "useragent": "^2.1.9",