From 931d70d2ff53398788476790dd61e47f2e45099c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 18:30:38 +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 d25a7bb..3d7ec57 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/wildaces215/apiMicroService#readme", "dependencies": { "expres": "0.0.5", - "express": "^4.15.3", + "express": "^4.19.2", "moment": "^2.18.1" } }