From 78fb48065e4f739ae5683bbe748b9ad442877ef9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 01:33:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e855a4..0970a77 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/Frameio/custom-actions-example-app#readme", "dependencies": { - "express": "^4.16.4" + "express": "^4.20.0" } }