From 6fe45a3d9c1d2d790c5bcc43fc2346ac91cdab48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:04:08 +0000 Subject: [PATCH] Bump stripe from 14.24.0 to 15.0.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 14.24.0 to 15.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/v14.24.0...v15.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2882abf..8de3029 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-day-picker": "^8.10.0", "react-dom": "^18.2.0", "sonner": "^1.4.41", - "stripe": "^14.24.0", + "stripe": "^15.0.0", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19", diff --git a/yarn.lock b/yarn.lock index db80d3c..65befd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3468,10 +3468,10 @@ strip-json-comments@^3.1.1: resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== -stripe@^14.24.0: - version "14.24.0" - resolved "https://registry.npmjs.org/stripe/-/stripe-14.24.0.tgz" - integrity sha512-r0JWz2quThXsFbp1pevkAAoDk4sw3kFMQEc2qvxMFUOhw/SFGqtAGz4vQgP/fMWzO28ljBNEiz68KqRx0JS3dw== +stripe@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-15.0.0.tgz#559f4abcbb70231c218df81abecd644e94c201a5" + integrity sha512-QQ9JiLcKoGKT1/N0Ta5AsePGtdJejkKTWS9fnRWk9Z1Bcr6fiFkcdtlJwOg/hAQaDvXOB8cNc6J+UqXzH8ePCw== dependencies: "@types/node" ">=8.1.0" qs "^6.11.0"