From 98d15486b9296cca3cf284722b8bfdae337e4c12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Mar 2024 22:52:17 +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 2cc9301..d6b493a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "express": "~4.17.1" + "express": "~4.19.2" } }