From 2c880708e31682ad56ebfb4ec5b9c446761144fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:12:39 -0500 Subject: [PATCH] build(deps): bump stripe from 11.4.0 to 11.6.0 (#14442) Bumps [stripe](https://github.com/stripe/stripe-node) from 11.4.0 to 11.6.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/v11.4.0...v11.6.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 a12b4bdc42..ca6028a758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14191,9 +14191,9 @@ } }, "stripe": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-11.4.0.tgz", - "integrity": "sha512-8feL70RhzN6i8rpUG5SC4ZN5KcPYCUfRYRk/yUcnHG8uLdS26AgKXAEozqddDGUUufRPKYuqs44kPg21/P5JRg==", + "version": "11.6.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-11.6.0.tgz", + "integrity": "sha512-ht8S1l8CJJE3jtv2NM1mEQzZBkITYvb9uDpSeXYeNz9iJkFFgDU169htwOW00OdIESvFaIsGgWQatAE5dfOERQ==", "requires": { "@types/node": ">=8.1.0", "qs": "^6.11.0" diff --git a/package.json b/package.json index 9cdae9ec21..7b5490d061 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "remove-markdown": "^0.5.0", "rimraf": "^3.0.2", "short-uuid": "^4.2.2", - "stripe": "^11.4.0", + "stripe": "^11.6.0", "superagent": "^8.0.6", "universal-analytics": "^0.5.3", "useragent": "^2.1.9",