From fe177e394d971076c37fc3bbbf158f68b0b74454 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 09:28:05 +0000 Subject: [PATCH] Bump stripe from 8.6.0 to 8.7.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 8.6.0 to 8.7.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.6.0...v8.7.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84d535a..79c7cc5 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "sequelize": "^5.21.3", "smooth-scroll": "https://github.com/cferdinandi/smooth-scroll#v16.1.2", "statsy": "~0.2.0", - "stripe": "^8.6.0", + "stripe": "^8.7.0", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "zeroclipboard": "^2.2.0" diff --git a/yarn.lock b/yarn.lock index ea314e4..864a431 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7466,10 +7466,10 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.1, strip-json-comments@~2.0. resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= -stripe@^8.6.0: - version "8.6.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.6.0.tgz#5adbf769aa52b4ace3d8c4ed04aa314385d248b2" - integrity sha512-Xg2x8piNiSNSo5LmlIQMX6n+fip/Dm2An1hahe/7OrUruciKOgfeN2BWqmVQT4OBwnjZ6wNmhad8ZSDKf8MgDQ== +stripe@^8.7.0: + version "8.7.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-8.7.0.tgz#f05f16fa817644a6364f439c1eba70d751b3cd55" + integrity sha512-vkVr/JHoR7u6EKyvVA3F/YXG7yF86GFI18HMNoAAP9jEE3gKTzZi8PY8hjWQ7k/ep6XVn6o4r7AQ7PiIedxYxQ== dependencies: "@types/node" "^13.1.0" qs "^6.6.0"