From ce9340a43e53724987c67abd0f01faee3a6ac21b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 08:39:08 +0000 Subject: [PATCH] feat: upgrade stripe from 15.12.0 to 17.7.0 Snyk has created this PR to upgrade stripe from 15.12.0 to 17.7.0. See this package in npm: stripe See this project in Snyk: https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 808cb7c..c526dd9 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -36,7 +36,7 @@ "primevue": "^3.52.0", "redis": "^4.6.13", "sass": "^1.75.0", - "stripe": "^15.8.0", + "stripe": "^17.7.0", "v-calendar": "^3.1.2", "vue": "^3.4.21", "vue-chart-3": "^3.1.8",