From 8866acfa9a8366ffc9d37edb638c6d0009ada6e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 06:51:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- 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" } }