From 22ce50f7a896ccdad64d854305c07687ab791fc9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Feb 2026 09:26:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 3dc749f..a101d83 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "boom": "7.2.0", "hapi": "^17.1.1", "inert": "5.1.0", - "nodemon": "1.17.4" + "nodemon": "2.0.0" } }