From e9585b1d5679ffa239f645f2a65539ba32cf3cdb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 14:34:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- 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" } }