From 205d1e2b7537aaa5f2fa4cbed6733aaea4b5f7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:19:34 +0000 Subject: [PATCH] Bump stripe from 14.17.0 to 14.18.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 14.17.0 to 14.18.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.17.0...v14.18.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 279083d..5132cc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react": "^18", "react-dom": "^18", "sonner": "^1.4.1", - "stripe": "^14.16.0", + "stripe": "^14.18.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19", @@ -6257,9 +6257,9 @@ } }, "node_modules/stripe": { - "version": "14.17.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.17.0.tgz", - "integrity": "sha512-iwV5SKoXuRIQFne4twGwiiczOkVW73eE2CKn6ltUKCacDy4SGHBX6kj1/xCV2bzzzQjcVtsh5F1aAbJTmf3tLw==", + "version": "14.18.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.18.0.tgz", + "integrity": "sha512-yLqKPqYgGJbMxrQiE4+i2i00ZVA2NRIZbZ1rejzj5XR3F3Uc+1iy9QE133knZudhVGMw367b8vTpB8D9pYMETw==", "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" diff --git a/package.json b/package.json index 0e73476..1ddeb0a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "^18", "react-dom": "^18", "sonner": "^1.4.1", - "stripe": "^14.16.0", + "stripe": "^14.18.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19",