From 8f5f1517747a87d3bae038ae432884f61392d405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:45:38 +0000 Subject: [PATCH] Bump stripe from 14.5.0 to 14.7.0 in /netlify-functions-ecommerce Bumps [stripe](https://github.com/stripe/stripe-node) from 14.5.0 to 14.7.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.5.0...v14.7.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 7e37822b..b5cdd320 100644 --- a/netlify-functions-ecommerce/package.json +++ b/netlify-functions-ecommerce/package.json @@ -7,7 +7,7 @@ "mongoose": "7.x", "sinon": "17.0.1", "stargate-mongoose": "0.3.0", - "stripe": "14.5.0", + "stripe": "14.7.0", "vanillatoasts": "1.6.0", "webpack": "5.x" },