From 7c8127df446c438ef63069e36addb1e0a8b6513d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Jan 2026 12:27:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ee934f..4ea195a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "ejs": "^2.7.4", "express": "^4.17.1", "mongoose": "^5.7.12", - "nodemon": "^1.19.4", + "nodemon": "^2.0.0", "querystring": "^0.2.0", "request": "^2.88.0" },