From 49b8ec22f4a45e9ade295e348382f065f9566129 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 14:44:55 +0000 Subject: [PATCH] build(deps): bump stripe from 7.13.0 to 7.13.1 Bumps [stripe](https://github.com/stripe/stripe-node) from 7.13.0 to 7.13.1. - [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/v7.13.0...v7.13.1) Signed-off-by: dependabot-preview[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 9e78771124..5be90e3ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12113,9 +12113,9 @@ "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=" }, "stripe": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-7.13.0.tgz", - "integrity": "sha512-txnnBWAcwIsQ4/P3gYp74C0O9hONDVjKBlPTSG4GheDTZ0V5rkpoFYbuv4g8LvmrPMCZmz3chZ/nunnrTli4Iw==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-7.13.1.tgz", + "integrity": "sha512-aF9F/M10MulZumSrwoDULBOZKqNUvyYA22Bg6u98VJEH/2Dck60W1FcT793WhsHHa/+z6TPR/8Ev7GNq1+SYOQ==", "requires": { "qs": "^6.6.0" }, diff --git a/package.json b/package.json index 19c2459267..ce9b83b945 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "regenerator-runtime": "^0.13.3", "rimraf": "^3.0.0", "short-uuid": "^3.0.0", - "stripe": "^7.13.0", + "stripe": "^7.13.1", "superagent": "^5.1.1", "universal-analytics": "^0.4.17", "useragent": "^2.1.9",