From 3f2ca83478b26ad855f4a32b8aed99962852c1fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 19:17:56 +0000 Subject: [PATCH] feat: upgrade stripe from 6.28.0 to 16.6.0 Snyk has created this PR to upgrade stripe from 6.28.0 to 16.6.0. See this package in npm: stripe See this project in Snyk: https://app.snyk.io/org/cachiman/project/2010d4af-b163-4454-b82f-8712749576b8?utm_source=github&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..ed12cf81 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.6.0" }, "devDependencies": { "@types/faker": "^4.1.5",