Skip to content

Commit

Permalink
feat(payment-stripe): upgrade stripe sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
silenaker committed Dec 2, 2024
1 parent 4d6256a commit b08cd46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/modules/providers/payment-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"awilix": "^8.0.1"
},
"dependencies": {
"stripe": "^15.5.0"
"stripe": "^17.4.0"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808",
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5977,7 +5977,7 @@ __metadata:
"@swc/jest": ^0.2.36
jest: ^29.7.0
rimraf: ^5.0.1
stripe: ^15.5.0
stripe: ^17.4.0
typescript: ^5.6.2
peerDependencies:
"@medusajs/framework": ^0.0.1
Expand Down Expand Up @@ -30448,13 +30448,13 @@ __metadata:
languageName: node
linkType: hard

"stripe@npm:^15.5.0":
version: 15.12.0
resolution: "stripe@npm:15.12.0"
"stripe@npm:^17.4.0":
version: 17.4.0
resolution: "stripe@npm:17.4.0"
dependencies:
"@types/node": ">=8.1.0"
qs: ^6.11.0
checksum: 95de07b108b98388d2ead2dedc3fc371df55287c9e926385f95890c680d655234ba2832a23e11e283e946d44dac01868eec823ccf878628eb75f5baa67f08175
checksum: bae24fc8c7b464f26f0b03f278007ef08e7fda31215fd5547521edb18e681615fc20023661f881340b8bcc46b6fdb3fd8e306cb76599fcab49231407932ad990
languageName: node
linkType: hard

Expand Down

0 comments on commit b08cd46

Please sign in to comment.