From d9f36321cc894d074121bf9c7c29e25c259c2458 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 00:31:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1309117..8cff14e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ }, "dependencies": { "body-parser": "^1.18.3", - "express": "^4.16.3", + "express": "^4.19.2", "moment": "^2.22.2", "node-pagerduty": "^1.0.2", "twilio": "^3.20.0"