Skip to content

Commit

Permalink
chore(deps): update dependency stripe to v17.6.0 (#950)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency stripe to v17.6.0

* update stripe to latest

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo <[email protected]>
  • Loading branch information
renovate[bot] and underfisk authored Jan 28, 2025
1 parent 3af59e1 commit 1f3ee5f
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@golevelup/nestjs-discovery": "workspace:^"
},
"devDependencies": {
"stripe": "^17.5.0"
"stripe": "^17.6.0"
},
"peerDependencies": {
"stripe": "^17.5.0"
"stripe": "^17.6.0"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/src/stripe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { StripeWebhookService } from './stripe.webhook.service';
useFactory: ({
apiKey,
typescript = true,
apiVersion = '2024-12-18.acacia',
apiVersion = '2025-01-27.acacia',
...options
}: StripeModuleConfig): Stripe => {
return new Stripe(apiKey, {
Expand Down
Loading

0 comments on commit 1f3ee5f

Please sign in to comment.