From a9aafd0b380cf7784564cdd127fd7d291c3dbc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:14:03 +0000 Subject: [PATCH] Bump stripe from 14.19.0 to 14.20.0 Bumps [stripe](https://github.com/stripe/stripe-node) from 14.19.0 to 14.20.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.19.0...v14.20.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 0f889a0..7d1a7b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "react": "^18", "react-dom": "^18", "sonner": "^1.4.3", - "stripe": "^14.19.0", + "stripe": "^14.20.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19", @@ -6208,9 +6208,9 @@ } }, "node_modules/stripe": { - "version": "14.19.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.19.0.tgz", - "integrity": "sha512-Je2USTpUib3hApIgoHXViLoYkDLp+AXdUJvJ6aMQ/AcvZK1PcC7N8nTceh+0gpdotX8izlWN4QyVdMcptubHBQ==", + "version": "14.20.0", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-14.20.0.tgz", + "integrity": "sha512-+3EP8GSWnKVHNATChhDzwAKk3nqSJKQOf2Q+dMGdgEk2sQXWYoA8GXY0A1TjL0m6895FVNavgvno6+0+6lC+kw==", "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" diff --git a/package.json b/package.json index c2fcc4b..6664ea8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react": "^18", "react-dom": "^18", "sonner": "^1.4.3", - "stripe": "^14.19.0", + "stripe": "^14.20.0", "tailwind-merge": "^2.2.0", "tailwindcss-animate": "^1.0.7", "unsplash-js": "^7.0.19",