mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-23 12:32:06 +00:00
fix: upgrade stripe from 8.155.0 to 8.195.0 (#15)
Snyk has created this PR to upgrade stripe from 8.155.0 to 8.195.0. See this package in npm: https://www.npmjs.com/package/stripe See this project in Snyk: https://app.snyk.io/org/davehorton/project/b7e09765-19b2-4aa5-90ba-10432e250041?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
Generated
+7
-7
@@ -31,7 +31,7 @@
|
||||
"pino": "^5.17.0",
|
||||
"request-debug": "^0.2.0",
|
||||
"short-uuid": "^4.1.0",
|
||||
"stripe": "^8.138.0",
|
||||
"stripe": "^8.195.0",
|
||||
"swagger-ui-express": "^4.1.6",
|
||||
"uuid": "^3.4.0",
|
||||
"yamljs": "^0.3.0"
|
||||
@@ -5345,9 +5345,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/stripe": {
|
||||
"version": "8.155.0",
|
||||
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.155.0.tgz",
|
||||
"integrity": "sha512-WFHY8atnQwd9vqzUfsvUjbXps0w4dLWfSy7KfhFqSGOuUMeg7XUBaFqCKr5CDmaPa+D0Xeol7UahGrkj7gt7sw==",
|
||||
"version": "8.195.0",
|
||||
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.195.0.tgz",
|
||||
"integrity": "sha512-pXEZFNJb4p9uZ69+B4A+zJEmBiFw3BzNG51ctPxUZij7ghFTnk2/RuUHmSGto2XVCcC46uG75czXVAvCUkOGtQ==",
|
||||
"dependencies": {
|
||||
"@types/node": ">=8.1.0",
|
||||
"qs": "^6.6.0"
|
||||
@@ -10095,9 +10095,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"stripe": {
|
||||
"version": "8.155.0",
|
||||
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.155.0.tgz",
|
||||
"integrity": "sha512-WFHY8atnQwd9vqzUfsvUjbXps0w4dLWfSy7KfhFqSGOuUMeg7XUBaFqCKr5CDmaPa+D0Xeol7UahGrkj7gt7sw==",
|
||||
"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"
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
"pino": "^5.17.0",
|
||||
"request-debug": "^0.2.0",
|
||||
"short-uuid": "^4.1.0",
|
||||
"stripe": "^8.138.0",
|
||||
"stripe": "^8.195.0",
|
||||
"swagger-ui-express": "^4.1.6",
|
||||
"uuid": "^3.4.0",
|
||||
"yamljs": "^0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user