From c8dc697f709bf59613c3948225298271552f5a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:40:17 +0000 Subject: [PATCH] Bump stripe from 17.2.1 to 17.3.1 in /netlify-functions-ecommerce Bumps [stripe](https://github.com/stripe/stripe-node) from 17.2.1 to 17.3.1. - [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.2.1...v17.3.1) --- 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 6cd89a5..fa4340c 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.5", - "stripe": "17.2.1", + "stripe": "17.3.1", "vanillatoasts": "1.6.0", "webpack": "5.x" },