From 9758da21995b1269c780d28f04d31e3d4e2cc2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:37:34 +0000 Subject: [PATCH] build(deps): bump stripe from 16.12.0 to 17.0.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 16.12.0 to 17.0.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/v16.12.0...v17.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/config/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/config/package.json b/packages/config/package.json index 8d0592cf..cc59a3e3 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -16,7 +16,7 @@ "prettier": "@kduprey/eslint-config/prettier", "dependencies": { "@bdsqqq/try": "^2.3.1", - "stripe": "^16.12.0", + "stripe": "^17.0.0", "zod": "^3.23.8" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d94dfef6..f2e6b9bd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -345,8 +345,8 @@ importers: specifier: ^2.3.1 version: 2.3.1 stripe: - specifier: ^16.12.0 - version: 16.12.0 + specifier: ^17.0.0 + version: 17.0.0 zod: specifier: ^3.23.8 version: 3.23.8 @@ -9051,8 +9051,8 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - stripe@16.12.0: - resolution: {integrity: sha512-H7eFVLDxeTNNSn4JTRfL2//LzCbDrMSZ+2q1c7CanVWgK2qIW5TwS+0V7N9KcKZZNpYh/uCqK0PyZh/2UsaAtQ==} + stripe@17.0.0: + resolution: {integrity: sha512-URKpnjH2O+OWxhvXLIaEIaAkp2fQvqITm/3zJS0a3nGCREjH3qJYxmGowngA46Qu1x2MumNL3Y/OdY6uzIhpCQ==} engines: {node: '>=12.*'} style-loader@3.3.4: @@ -20556,7 +20556,7 @@ snapshots: strip-json-comments@3.1.1: {} - stripe@16.12.0: + stripe@17.0.0: dependencies: '@types/node': 22.7.4 qs: 6.12.2