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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-25 14:44:55 +00:00 committed by GitHub
parent cf75888ffe
commit 49b8ec22f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -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"
},

View file

@ -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",