From 983129090445c8e4a25bc1f88367ae5b14e929bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:48:16 +0000 Subject: [PATCH] Bump stripe from 17.3.1 to 17.4.0 in /netlify-functions-ecommerce Bumps [stripe](https://github.com/stripe/stripe-node) from 17.3.1 to 17.4.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/v17.3.1...v17.4.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- netlify-functions-ecommerce/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify-functions-ecommerce/package.json b/netlify-functions-ecommerce/package.json index 26e188a..e44d0e1 100644 --- a/netlify-functions-ecommerce/package.json +++ b/netlify-functions-ecommerce/package.json @@ -7,7 +7,7 @@ "mongoose": "^8.1", "sinon": "19.0.2", "stargate-mongoose": "0.6.6", - "stripe": "17.3.1", + "stripe": "17.4.0", "vanillatoasts": "1.6.0", "webpack": "5.x" },