From 13d64ccd33c9d257cf3b6580e2fedda59afc72a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 12:38:59 +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 d80bcba..49fb3a2 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "crypto-random-string": "3.3.1", "cssnano": "^6.0.1", "escape-html": "^1.0.3", - "express": "^4.18.2", + "express": "^4.19.2", "express-busboy": "^10.1.0", "ffmpeg-static": "^5.2.0", "fs-extra": "^11.1.1",