fix: upgrade stripe from 8.196.0 to 8.197.0

Snyk has created this PR to upgrade stripe from 8.196.0 to 8.197.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:
snyk-bot
2022-02-04 03:49:32 +00:00
parent 45c023e374
commit 4412efb366
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"pino": "^5.17.0",
"request-debug": "^0.2.0",
"short-uuid": "^4.1.0",
"stripe": "^8.196.0",
"stripe": "^8.197.0",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2",
"yamljs": "^0.3.0"
@@ -5411,9 +5411,9 @@
}
},
"node_modules/stripe": {
"version": "8.196.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.196.0.tgz",
"integrity": "sha512-y9vIgPJUdfUJACUyf+Uji57bQTFBZluVW7Ia63Jp7QNwgp/kdoNKgLX0u0njNwRBmJpKX+BxLFJBHw+VRUYrMQ==",
"version": "8.197.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.197.0.tgz",
"integrity": "sha512-EQLgqFiX1wNQEeve6QnUcGIby6XtXXzbzEWPJiZ68qFj02YFjNjLLxl9atueKgUQ+YRbrMAlrc6ECwvm+cf/Rw==",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"
@@ -10189,9 +10189,9 @@
"dev": true
},
"stripe": {
"version": "8.196.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.196.0.tgz",
"integrity": "sha512-y9vIgPJUdfUJACUyf+Uji57bQTFBZluVW7Ia63Jp7QNwgp/kdoNKgLX0u0njNwRBmJpKX+BxLFJBHw+VRUYrMQ==",
"version": "8.197.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-8.197.0.tgz",
"integrity": "sha512-EQLgqFiX1wNQEeve6QnUcGIby6XtXXzbzEWPJiZ68qFj02YFjNjLLxl9atueKgUQ+YRbrMAlrc6ECwvm+cf/Rw==",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.6.0"

View File

@@ -40,7 +40,7 @@
"pino": "^5.17.0",
"request-debug": "^0.2.0",
"short-uuid": "^4.1.0",
"stripe": "^8.196.0",
"stripe": "^8.197.0",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2",
"yamljs": "^0.3.0"