build(deps): bump stripe from 7.14.0 to 7.15.0 (#11700)

Bumps [stripe](https://github.com/stripe/stripe-node) from 7.14.0 to 7.15.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.14.0...v7.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-07 11:02:40 +01:00 committed by Matteo Pagliazzi
parent d7d5d7e85a
commit 4550cfb02e
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -12018,9 +12018,9 @@
"integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164="
},
"stripe": {
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-7.14.0.tgz",
"integrity": "sha512-2YSSuJ18jxue0xhW2gZIoz4asC8rITvsNxzh/KuYVKK3dELK6/4M8yoGfSjFcic0D1FtJBB0j6l8Ty26a2L08w==",
"version": "7.15.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-7.15.0.tgz",
"integrity": "sha512-TmouNGv1rIU7cgw7iFKjdQueJSwYKdPRPBuO7eNjrRliZUnsf2bpJqYe+n6ByarUJr38KmhLheVUxDyRawByPQ==",
"requires": {
"qs": "^6.6.0"
},

View file

@ -62,7 +62,7 @@
"remove-markdown": "^0.3.0",
"rimraf": "^3.0.0",
"short-uuid": "^3.0.0",
"stripe": "^7.14.0",
"stripe": "^7.15.0",
"superagent": "^5.1.3",
"universal-analytics": "^0.4.17",
"useragent": "^2.1.9",