From 7e3684e32f9f4f56cacc91d3f6fbec05e2d20a86 Mon Sep 17 00:00:00 2001 From: dev-xo Date: Sat, 10 Aug 2024 07:16:52 +0200 Subject: [PATCH] chore(deps): bump stripe from 15.10.0 to 16.6.0 --- app/modules/stripe/stripe.server.ts | 2 +- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/modules/stripe/stripe.server.ts b/app/modules/stripe/stripe.server.ts index 24d4c658..dab4308f 100644 --- a/app/modules/stripe/stripe.server.ts +++ b/app/modules/stripe/stripe.server.ts @@ -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, }) diff --git a/package.json b/package.json index e3e1e972..12f74864 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e818e5c1..2370e0e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,8 +123,8 @@ importers: specifier: ^1.4.41 version: 1.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) stripe: - specifier: ^15.5.0 - version: 15.12.0 + specifier: ^16.6.0 + version: 16.7.0 tailwind-merge: specifier: ^2.3.0 version: 2.4.0 @@ -5784,8 +5784,8 @@ packages: strip-literal@2.1.0: resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} - stripe@15.12.0: - resolution: {integrity: sha512-slTbYS1WhRJXVB8YXU8fgHizkUrM9KJyrw4Dd8pLEwzKHYyQTIE46EePC2MVbSDZdE24o1GdNtzmJV4PrPpmJA==} + stripe@16.7.0: + resolution: {integrity: sha512-BJCSEtqN8LJsPuPkjQmB/LlBl00uxi9FIPa6LNcF80ofMKqfnuervDhwWSZqCs6xJk/i9vx1D9lRoDnqSmym2w==} engines: {node: '>=12.*'} style-to-js@1.1.3: @@ -12909,7 +12909,7 @@ snapshots: dependencies: js-tokens: 9.0.0 - stripe@15.12.0: + stripe@16.7.0: dependencies: '@types/node': 22.2.0 qs: 6.13.0