From 16dd9d6ddbd7e01c17a2cf7cd9eac9094f878c68 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 19:36:19 +0000 Subject: [PATCH] feat: upgrade stripe from 6.28.0 to 16.4.0 Snyk has created this PR to upgrade stripe from 6.28.0 to 16.4.0. See this package in npm: stripe See this project in Snyk: https://app.snyk.io/org/cachiman/project/bb3ec40b-2b3b-419a-9303-c8eabb79dad5?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abb68f13..63c0e438 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dotenv": "^4.0.0", "ejs": "^2.5.7", "express": "^4.15.2", - "stripe": "^6.28.0" + "stripe": "^16.4.0" }, "devDependencies": { "@types/faker": "^4.1.5",