Skip to content

Commit

Permalink
chore(deps): bump stripe from 15.10.0 to 16.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-xo committed Aug 10, 2024
1 parent b5a047a commit 7e3684e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/modules/stripe/stripe.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if (!process.env.STRIPE_SECRET_KEY) {
}

export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY, {
apiVersion: '2024-04-10',
apiVersion: '2024-06-20',
typescript: true,
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"remix-i18next": "^6.1.0",
"remix-utils": "7.0.0-pre.4",
"sonner": "^1.4.41",
"stripe": "^15.5.0",
"stripe": "^16.6.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "3.14.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e3684e

Please sign in to comment.