From 822d29ce9c376fc9d07f3e7c940a63e2814c8bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:15:21 +0000 Subject: [PATCH] fix(deps): bump stripe from 14.25.0 to 18.5.0 in the payments group Bumps the payments group with 1 update: [stripe](https://github.com/stripe/stripe-node). Updates `stripe` from 14.25.0 to 18.5.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v14.25.0...v18.5.0) --- updated-dependencies: - dependency-name: stripe dependency-version: 18.5.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: payments ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 17cc82c..bacdeca 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react": "^19.0.0", "react-dom": "^19.0.0", "sharp": "^0.34.3", - "stripe": "^14.0.0", + "stripe": "^18.5.0", "svix": "^1.74.1", "tailwind-merge": "^2.0.0", "web-vitals": "^5.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bdf6675..ad3e673 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,8 +108,8 @@ importers: specifier: ^0.34.3 version: 0.34.3 stripe: - specifier: ^14.0.0 - version: 14.25.0 + specifier: ^18.5.0 + version: 18.5.0(@types/node@20.19.11) svix: specifier: ^1.74.1 version: 1.74.1 @@ -4990,9 +4990,14 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - stripe@14.25.0: - resolution: {integrity: sha512-wQS3GNMofCXwH8TSje8E1SE8zr6ODiGtHQgPtO95p9Mb4FhKC9jvXR2NUTpZ9ZINlckJcFidCmaTFV4P6vsb9g==} + stripe@18.5.0: + resolution: {integrity: sha512-Hp+wFiEQtCB0LlNgcFh5uVyKznpDjzyUZ+CNVEf+I3fhlYvh7rZruIg+jOwzJRCpy0ZTPMjlzm7J2/M2N6d+DA==} engines: {node: '>=12.*'} + peerDependencies: + '@types/node': '>=12.x.x' + peerDependenciesMeta: + '@types/node': + optional: true strnum@1.1.2: resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==} @@ -10919,10 +10924,11 @@ snapshots: strip-json-comments@3.1.1: {} - stripe@14.25.0: + stripe@18.5.0(@types/node@20.19.11): dependencies: - '@types/node': 20.19.11 qs: 6.14.0 + optionalDependencies: + '@types/node': 20.19.11 strnum@1.1.2: {}