From 16c88a30b6468599259853e481d3871db4686d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:00:02 +0000 Subject: [PATCH] build(deps): bump stripe from 17.2.0 to 17.2.1 Bumps [stripe](https://github.com/stripe/stripe-node) from 17.2.0 to 17.2.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.0...v17.2.1) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7660809f1..ad91e4516 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "react-i18next": "15.0.3", "sharp": "0.33.5", "slack-notify": "2.0.7", - "stripe": "17.2.0", + "stripe": "17.2.1", "svix": "1.37.0", "swr": "2.2.5", "yup": "1.4.0", @@ -21478,10 +21478,9 @@ } }, "node_modules/stripe": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.2.0.tgz", - "integrity": "sha512-KuDplY9WrNKi07+uEFeguis/Mh+HC+hfEMy8P5snhQzCXUv01o+4KcIJ9auFxpv4Odp2R2krs9rZ9PhQl8+Sdw==", - "license": "MIT", + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.2.1.tgz", + "integrity": "sha512-Mwb0SitV/UjxTLSUiTlUQ0VDE/gfyQ7OHDGdvDdvKIH4CNNqobPKlzlWhoZHFFU0OA/YsZyBtPULK4JG86BAAg==", "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" diff --git a/package.json b/package.json index 889789e87..886be0e75 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react-i18next": "15.0.3", "sharp": "0.33.5", "slack-notify": "2.0.7", - "stripe": "17.2.0", + "stripe": "17.2.1", "svix": "1.37.0", "swr": "2.2.5", "yup": "1.4.0",