From ce747173d216e81218bafec51e2524421371a284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 16:25:46 +0000 Subject: [PATCH] Bump stripe from 16.12.0 to 17.3.1 in /processor Bumps [stripe](https://github.com/stripe/stripe-node) from 16.12.0 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/v16.12.0...v17.3.1) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- processor/package-lock.json | 14 +++++++------- processor/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/processor/package-lock.json b/processor/package-lock.json index 549218c..1889cdd 100644 --- a/processor/package-lock.json +++ b/processor/package-lock.json @@ -23,7 +23,7 @@ "fastify": "5.1.0", "fastify-plugin": "5.0.1", "fastify-raw-body": "^5.0.0", - "stripe": "^16.12.0" + "stripe": "^17.3.1" }, "devDependencies": { "@jest/globals": "29.7.0", @@ -9180,9 +9180,9 @@ } }, "node_modules/stripe": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-16.12.0.tgz", - "integrity": "sha512-H7eFVLDxeTNNSn4JTRfL2//LzCbDrMSZ+2q1c7CanVWgK2qIW5TwS+0V7N9KcKZZNpYh/uCqK0PyZh/2UsaAtQ==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.3.1.tgz", + "integrity": "sha512-E9/u+GFBPkYnTmfFCoKX3+gP4R3SkZoGunHe4cw9J+sqkj5uxpLFf1LscuI9BuEyIQ0PFAgPTHavgQwRtOvnag==", "dependencies": { "@types/node": ">=8.1.0", "qs": "^6.11.0" @@ -16131,9 +16131,9 @@ "dev": true }, "stripe": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/stripe/-/stripe-16.12.0.tgz", - "integrity": "sha512-H7eFVLDxeTNNSn4JTRfL2//LzCbDrMSZ+2q1c7CanVWgK2qIW5TwS+0V7N9KcKZZNpYh/uCqK0PyZh/2UsaAtQ==", + "version": "17.3.1", + "resolved": "https://registry.npmjs.org/stripe/-/stripe-17.3.1.tgz", + "integrity": "sha512-E9/u+GFBPkYnTmfFCoKX3+gP4R3SkZoGunHe4cw9J+sqkj5uxpLFf1LscuI9BuEyIQ0PFAgPTHavgQwRtOvnag==", "requires": { "@types/node": ">=8.1.0", "qs": "^6.11.0" diff --git a/processor/package.json b/processor/package.json index f9ee761..3c4c5e9 100644 --- a/processor/package.json +++ b/processor/package.json @@ -32,7 +32,7 @@ "fastify": "5.1.0", "fastify-plugin": "5.0.1", "fastify-raw-body": "^5.0.0", - "stripe": "^16.12.0" + "stripe": "^17.3.1" }, "devDependencies": { "@jest/globals": "29.7.0",