From 7a4b707840cc94e510582d3ca58b6f315596ee46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 05:04:18 +0000 Subject: [PATCH] build(deps): bump stripe from 8.186.1 to 8.188.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 8.186.1 to 8.188.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.186.1...v8.188.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 c4505626ee..39c200138b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13258,9 +13258,9 @@ } }, "stripe": { - "version": "8.186.1", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.186.1.tgz", - "integrity": "sha512-BBByVyqKEBY2GNQDLmfwL1RtfsPmjForD+up7tu+P7KYxxvwEzF1gM2Iv4npfOQevGaBmR70sxIWRwn7utS5pg==", + "version": "8.188.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.188.0.tgz", + "integrity": "sha512-AW5IOKq4y+ENfHddJPrLL/GSvGj1MnBvUe6QMI1z27x/4pMNrU7v0ZqzRSJCihWqP0tUuCmQibSYSbsV4XJ3zA==", "requires": { "@types/node": ">=8.1.0", "qs": "^6.6.0" diff --git a/package.json b/package.json index cbb82a5ce3..8fc4649b76 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.186.1", + "stripe": "^8.188.0", "superagent": "^6.1.0", "universal-analytics": "^0.4.23", "useragent": "^2.1.9",