Bump stripe from 8.164.0 to 8.165.0

Bumps [stripe](https://github.com/stripe/stripe-node) from 8.164.0 to 8.165.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/v8.164.0...v8.165.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-07-23 16:16:49 +00:00
committed by GitHub
parent 6d28e82b5d
commit a8dad7bb27
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-feather": "^2.0.9",
"react-icons": "^4.2.0", "react-icons": "^4.2.0",
"react-toastify": "^7.0.4", "react-toastify": "^7.0.4",
"stripe": "^8.164.0" "stripe": "^8.165.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.3.1", "autoprefixer": "^10.3.1",
@@ -4503,9 +4503,9 @@
} }
}, },
"node_modules/stripe": { "node_modules/stripe": {
"version": "8.164.0", "version": "8.165.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.164.0.tgz", "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.165.0.tgz",
"integrity": "sha512-gTc90jq3s0za5s/4ZNBSM6Ve3qiPTegaexEdx8hbHlqrffByh/zwlqNXIjuYZCRsySd8tpjoGl1zzF5XHl3X5w==", "integrity": "sha512-nfw4GNAAdmpatCfUoADGL6OaxvEl0jWoSd8uj8fC1gGBlCcfu5w7b6+9mFkNLm+oX33hEJylCnGmip5DSePFcg==",
"dependencies": { "dependencies": {
"@types/node": ">=8.1.0", "@types/node": ">=8.1.0",
"qs": "^6.6.0" "qs": "^6.6.0"
@@ -8637,9 +8637,9 @@
} }
}, },
"stripe": { "stripe": {
"version": "8.164.0", "version": "8.165.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.164.0.tgz", "resolved": "https://registry.npmjs.org/stripe/-/stripe-8.165.0.tgz",
"integrity": "sha512-gTc90jq3s0za5s/4ZNBSM6Ve3qiPTegaexEdx8hbHlqrffByh/zwlqNXIjuYZCRsySd8tpjoGl1zzF5XHl3X5w==", "integrity": "sha512-nfw4GNAAdmpatCfUoADGL6OaxvEl0jWoSd8uj8fC1gGBlCcfu5w7b6+9mFkNLm+oX33hEJylCnGmip5DSePFcg==",
"requires": { "requires": {
"@types/node": ">=8.1.0", "@types/node": ">=8.1.0",
"qs": "^6.6.0" "qs": "^6.6.0"

View File

@@ -27,7 +27,7 @@
"react-feather": "^2.0.9", "react-feather": "^2.0.9",
"react-icons": "^4.2.0", "react-icons": "^4.2.0",
"react-toastify": "^7.0.4", "react-toastify": "^7.0.4",
"stripe": "^8.164.0" "stripe": "^8.165.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.3.1", "autoprefixer": "^10.3.1",