upgrade stripe package version

This commit is contained in:
MarconLP 2023-07-13 01:36:14 +02:00
parent 66ecab957b
commit 047f005fb8
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -45,7 +45,7 @@
"react-player": "^2.12.0",
"react-popper": "^2.3.0",
"recordrtc": "^5.6.2",
"stripe": "^12.1.1",
"stripe": "^12.12.0",
"superjson": "1.12.2",
"tailwindcss-radix": "^2.8.0",
"zod": "^3.21.4"
@ -6632,9 +6632,9 @@
}
},
"node_modules/stripe": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-12.1.1.tgz",
"integrity": "sha512-vn74vXtZeJx18oGzA0AhL818euhLF/juCgkKrJfAS1Y0bp5/EzQKPuc/75qQUvY43nNGIkgOVb3kUBuyoeqEkA==",
"version": "12.12.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-12.12.0.tgz",
"integrity": "sha512-aM9xfyDryiaf/qSWMtJaTMrlc/he3qyx3aVHMqOZqUiMdgTV6lt7tLpFrU0pG+QURm1LAP9GYZ+EcA17446YoQ==",
"dependencies": {
"@types/node": ">=8.1.0",
"qs": "^6.11.0"
@ -12065,9 +12065,9 @@
"dev": true
},
"stripe": {
"version": "12.1.1",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-12.1.1.tgz",
"integrity": "sha512-vn74vXtZeJx18oGzA0AhL818euhLF/juCgkKrJfAS1Y0bp5/EzQKPuc/75qQUvY43nNGIkgOVb3kUBuyoeqEkA==",
"version": "12.12.0",
"resolved": "https://registry.npmjs.org/stripe/-/stripe-12.12.0.tgz",
"integrity": "sha512-aM9xfyDryiaf/qSWMtJaTMrlc/he3qyx3aVHMqOZqUiMdgTV6lt7tLpFrU0pG+QURm1LAP9GYZ+EcA17446YoQ==",
"requires": {
"@types/node": ">=8.1.0",
"qs": "^6.11.0"

View file

@ -53,7 +53,7 @@
"react-player": "^2.12.0",
"react-popper": "^2.3.0",
"recordrtc": "^5.6.2",
"stripe": "^12.1.1",
"stripe": "^12.12.0",
"superjson": "1.12.2",
"tailwindcss-radix": "^2.8.0",
"zod": "^3.21.4"