From 05cf0cb50d7dd9d8b5924a679197c1469fff1b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:27:13 -0400 Subject: [PATCH] build(deps): bump stripe from 8.212.0 to 8.215.0 (#13919) Bumps [stripe](https://github.com/stripe/stripe-node) from 8.212.0 to 8.215.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.212.0...v8.215.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1312c3946c..3d13b25a79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13779,12 +13779,12 @@ } }, "stripe": { - "version": "8.212.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.212.0.tgz", - "integrity": "sha512-xQ2uPMRAmRyOiMZktw3hY8jZ8LFR9lEQRPEaQ5WcDcn51kMyn46GeikOikxiFTHEN8PeKRdwtpz4yNArAvu/Kg==", + "version": "8.215.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.215.0.tgz", + "integrity": "sha512-M+7iTZ9bzTkU1Ms+Zsuh0mTQfEzOjMoqyEaVBpuUmdbWTvshavzpAihsOkfabEu+sNY0vdbQxxHZ4kI3W8pKHQ==", "requires": { "@types/node": ">=8.1.0", - "qs": "^6.6.0" + "qs": "^6.10.3" }, "dependencies": { "qs": { diff --git a/package.json b/package.json index 1c11c7dfec..482ae20f32 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.212.0", + "stripe": "^8.215.0", "superagent": "^7.1.2", "universal-analytics": "^0.5.3", "useragent": "^2.1.9",