Merge pull request #13 from Etheonor/dependabot/npm_and_yarn/stripe-8.163.0

Bump stripe from 8.161.0 to 8.163.0
This commit is contained in:
Michael B
2021-07-19 16:35:17 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"react-feather": "^2.0.9",
"react-icons": "^4.2.0",
"react-toastify": "^7.0.4",
"stripe": "^8.156.0"
"stripe": "^8.163.0"
},
"devDependencies": {
"autoprefixer": "^10.0.4",
@@ -4515,9 +4515,9 @@
}
},
"node_modules/stripe": {
"version": "8.161.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.161.0.tgz",
"integrity": "sha512-fvlN+JIGBDzyvybVkHku6p/qCUx7fQwqhAgNJjFv9MEqSxE+NpVRLK/nTf71snOeeLziYobLXfC2VzGQAei+BQ==",
"version": "8.163.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.163.0.tgz",
"integrity": "sha512-hbKZdiPWVLhE0tgo6OMub7zpQpyAGLV9YaYcFOYgiryYw40HXiQtBcZLYtxpp5VdhovOLZrPGARrWovPDbewfQ==",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"
@@ -8658,9 +8658,9 @@
}
},
"stripe": {
"version": "8.161.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.161.0.tgz",
"integrity": "sha512-fvlN+JIGBDzyvybVkHku6p/qCUx7fQwqhAgNJjFv9MEqSxE+NpVRLK/nTf71snOeeLziYobLXfC2VzGQAei+BQ==",
"version": "8.163.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.163.0.tgz",
"integrity": "sha512-hbKZdiPWVLhE0tgo6OMub7zpQpyAGLV9YaYcFOYgiryYw40HXiQtBcZLYtxpp5VdhovOLZrPGARrWovPDbewfQ==",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"

View File

@@ -27,7 +27,7 @@
"react-feather": "^2.0.9",
"react-icons": "^4.2.0",
"react-toastify": "^7.0.4",
"stripe": "^8.156.0"
"stripe": "^8.163.0"
},
"devDependencies": {
"autoprefixer": "^10.0.4",