From 71b5db1461e15f127d5e34c47d8d80acbfe3f9df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 13:16:22 +0100 Subject: [PATCH] build(deps): bump stripe from 7.11.0 to 7.13.0 (#11532) Bumps [stripe](https://github.com/stripe/stripe-node) from 7.11.0 to 7.13.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/v7.11.0...v7.13.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14df621276..93f3685d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12083,17 +12083,17 @@ "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=" }, "stripe": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-7.11.0.tgz", - "integrity": "sha512-4KjaQ+fJCvgMyGPNmbekaKx9bprE7MBYrXPu2j1BDiHlxqFbChr6aS7uIhbOLySpECZG6ot7NI9dgLpplU/lIw==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-7.13.0.tgz", + "integrity": "sha512-txnnBWAcwIsQ4/P3gYp74C0O9hONDVjKBlPTSG4GheDTZ0V5rkpoFYbuv4g8LvmrPMCZmz3chZ/nunnrTli4Iw==", "requires": { "qs": "^6.6.0" }, "dependencies": { "qs": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.0.tgz", - "integrity": "sha512-27RP4UotQORTpmNQDX8BHPukOnBP3p1uUJY5UnDhaJB+rMt9iMsok724XL+UHU23bEFOHRMQ2ZhI99qOWUMGFA==" + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", + "integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==" } } }, diff --git a/package.json b/package.json index 3b4374a110..0b96af2eaf 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.10.0", + "stripe": "^7.13.0", "superagent": "^5.0.2", "universal-analytics": "^0.4.17", "useragent": "^2.1.9",