upgrade stripe version

This commit is contained in:
Matteo Pagliazzi 2019-09-10 15:08:02 +02:00
parent cb6fdd4a15
commit b74a14acc3
2 changed files with 5 additions and 8 deletions

11
package-lock.json generated
View file

@ -24701,14 +24701,11 @@
"integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164="
},
"stripe": {
"version": "6.36.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-6.36.0.tgz",
"integrity": "sha512-7vjyVO4NCWvX38CH1AuSQH16uRxcQN+UhUTBPs4UHsIl5+SJXLBvCsHrMgd+bY9k1YDliT0fQB1fH9OI3GrEhw==",
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-7.9.0.tgz",
"integrity": "sha512-nftVEpqjYhRaRlIJgmEX5+NjTNyUBsBRGJiMTfS+eHpbuf6Nh6t5YylmcBN+Oh6BiAsAN9NfRncBe9xoeGxlcw==",
"requires": {
"lodash.isplainobject": "^4.0.6",
"qs": "^6.6.0",
"safe-buffer": "^5.1.1",
"uuid": "^3.3.2"
"qs": "^6.6.0"
},
"dependencies": {
"qs": {

View file

@ -86,7 +86,7 @@
"shelljs": "^0.8.2",
"short-uuid": "^3.0.0",
"smartbanner.js": "^1.11.0",
"stripe": "^6.36.0",
"stripe": "^7.9.0",
"superagent": "^5.0.2",
"svg-inline-loader": "^0.8.0",
"svg-url-loader": "^3.0.0",