Merge pull request #13715 from HabitRPG/dependabot/npm_and_yarn/stripe-8.195.0

build(deps): bump stripe from 8.193.0 to 8.195.0
This commit is contained in:
Natalie L 2021-12-24 11:28:17 -05:00 committed by GitHub
commit 97c66779f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -12921,9 +12921,9 @@
},
"dependencies": {
"object-inspect": {
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.1.tgz",
"integrity": "sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA=="
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
"integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g=="
}
}
},
@ -13621,9 +13621,9 @@
}
},
"stripe": {
"version": "8.193.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.193.0.tgz",
"integrity": "sha512-SkU97dWTIcBR3fXdiVZJQoUs1K62ADf4zc6DaCxDACJICPfYI78NIJoroDZBvOLI5vCSHBc4E3wYC+h8CISeBw==",
"version": "8.195.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.195.0.tgz",
"integrity": "sha512-pXEZFNJb4p9uZ69+B4A+zJEmBiFw3BzNG51ctPxUZij7ghFTnk2/RuUHmSGto2XVCcC46uG75czXVAvCUkOGtQ==",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"

View file

@ -67,7 +67,7 @@
"remove-markdown": "^0.3.0",
"rimraf": "^3.0.2",
"short-uuid": "^4.2.0",
"stripe": "^8.193.0",
"stripe": "^8.195.0",
"superagent": "^6.1.0",
"universal-analytics": "^0.5.3",
"useragent": "^2.1.9",