From c554816eff2ad47972dddbe5dd47800cefde1c43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 15:49:05 +0000 Subject: [PATCH] fix: examples/webhook-signing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- examples/webhook-signing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webhook-signing/package.json b/examples/webhook-signing/package.json index b454f77d1e..4429be3c76 100644 --- a/examples/webhook-signing/package.json +++ b/examples/webhook-signing/package.json @@ -13,7 +13,7 @@ "@types/express": "^4.17.2", "@types/node": "^13.1.4", "dotenv": "^8.2.0", - "express": "^4.17.1", + "express": "^4.19.2", "stripe": "^8.0.1", "typescript": "^3.7.4" }