From f38a2d7118abf93bb75335365548e0ae787b7a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:20:42 +0000 Subject: [PATCH] Bump stripe from 15.6.0 to 15.7.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 15.6.0 to 15.7.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/v15.6.0...v15.7.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... 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 2b7df64..10aef41 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", "sonner": "^1.4.41", - "stripe": "^15.6.0", + "stripe": "^15.7.0", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19", diff --git a/yarn.lock b/yarn.lock index 2e1cd2a..a76ab45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3356,10 +3356,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@^15.6.0: - version "15.6.0" - resolved "https://registry.yarnpkg.com/stripe/-/stripe-15.6.0.tgz#097eb87661d79c0784495af5bc4cdae32b5d557b" - integrity sha512-ARG46eQHMmHspnDpj3QTAH8GyEqtE0nesbzpTtQDT/C9nHvOFYri3mIzHEzArzDcKX7HSleTu2VpYoDZIIH7nA== +stripe@^15.7.0: + version "15.7.0" + resolved "https://registry.yarnpkg.com/stripe/-/stripe-15.7.0.tgz#41cca942d2eea5e8df6008430d9243ffaec4c1f1" + integrity sha512-hTJhh0Gc+l+hj2vuzaFCh0T46l7793W3wg4J9Oyy3Wu+Ofswd0OgTS4XNt7G9XHJAyHpTmNRNbWgGwn73P4j7g== dependencies: "@types/node" ">=8.1.0" qs "^6.11.0"