Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency stripe to v17 #1249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"redoc": "2.2.0",
"reflect-metadata": "0.2.2",
"request-ip": "3.3.0",
"stripe": "16.12.0",
"stripe": "17.5.0",
"styled-components": "6.1.13",
"swr": "2.3.0",
"use-debounce": "10.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9272,7 +9272,7 @@ __metadata:
reflect-metadata: "npm:0.2.2"
request-ip: "npm:3.3.0"
start-server-and-test: "npm:2.0.9"
stripe: "npm:16.12.0"
stripe: "npm:17.5.0"
styled-components: "npm:6.1.13"
swr: "npm:2.3.0"
tailwindcss: "npm:3.4.17"
Expand Down Expand Up @@ -11326,13 +11326,13 @@ __metadata:
languageName: node
linkType: hard

"stripe@npm:16.12.0":
version: 16.12.0
resolution: "stripe@npm:16.12.0"
"stripe@npm:17.5.0":
version: 17.5.0
resolution: "stripe@npm:17.5.0"
dependencies:
"@types/node": "npm:>=8.1.0"
qs: "npm:^6.11.0"
checksum: 10c0/0db277eb92236d7ea811a9100b7d9c5abdc663e0f72f73893bb8c78869c1b937aa4f8a16eea6c61365a5f8d3617ff1f2f3ae6a7aee4c8cacd6dcab8f3bdaab48
checksum: 10c0/ba9cda3359f866c78ed03fea076222dbabdcaa4a33dafa187479cc5059f020b8853236ab13dba6078806bd5b99781a33b4477803257cfe1b139c470d3576d9ec
languageName: node
linkType: hard

Expand Down
Loading