From 6c2767c028b0671a4c649053a2c2f25d4d930b53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:38:11 +0000 Subject: [PATCH] chore(deps): bump stripe from 8.200.0 to 8.202.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 8.200.0 to 8.202.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.200.0...v8.202.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/fxa-auth-server/package.json | 2 +- packages/fxa-shared/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fxa-auth-server/package.json b/packages/fxa-auth-server/package.json index dd0d9d4fee..93ef0bf1dc 100644 --- a/packages/fxa-auth-server/package.json +++ b/packages/fxa-auth-server/package.json @@ -120,7 +120,7 @@ "safe-regex": "^2.1.1", "safe-url-assembler": "1.3.5", "sandboxed-regexp": "^0.3.0", - "stripe": "^8.200.0", + "stripe": "^8.202.0", "superagent": "^7.1.1", "typedi": "^0.8.0", "uuid": "^8.3.2", diff --git a/packages/fxa-shared/package.json b/packages/fxa-shared/package.json index c5f0305a5d..d1e976938a 100644 --- a/packages/fxa-shared/package.json +++ b/packages/fxa-shared/package.json @@ -117,7 +117,7 @@ "objection": "^2.2.17", "reflect-metadata": "^0.1.13", "rxjs": "^7.2.0", - "stripe": "^8.200.0", + "stripe": "^8.202.0", "superagent": "^7.1.1", "typesafe-joi": "^2.1.0" },