From 67208f3f4fd4367d9bcc879451e49ca715f7c8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:57:35 +0000 Subject: [PATCH] Bump stripe from 14.23.0 to 14.24.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 14.23.0 to 14.24.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.23.0...v14.24.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8218e3..115db4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "react-day-picker": "^8.10.0", "react-dom": "^18.2.0", "sonner": "^1.4.41", - "stripe": "^14.23.0", + "stripe": "^14.24.0", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19", @@ -6352,9 +6352,9 @@ } }, "node_modules/stripe": { - "version": "14.23.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.23.0.tgz", - "integrity": "sha512-OPD7LqBmni6uDdqA05GGgMZyyRWxJOehONBNC9tYgY4Uh089EtXd6QLIgRGrqTDlQH3cA2BXo848nxwa/zsQzw==", + "version": "14.24.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.24.0.tgz", + "integrity": "sha512-r0JWz2quThXsFbp1pevkAAoDk4sw3kFMQEc2qvxMFUOhw/SFGqtAGz4vQgP/fMWzO28ljBNEiz68KqRx0JS3dw==", "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" diff --git a/package.json b/package.json index e56545b..dc3477a 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.23.0", + "stripe": "^14.24.0", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19",