From 3c0a3d512b1287a7b2e8faaad57bcc4c67caa20d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Dec 2024 15:28:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e855a4..4e2eebb 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.21.2" } }