From 8e52daf94ea9bd7df6415a31149b09876a7e1c8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 11:58:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35a3950..b1fe067 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "debug": "^4.1.1", "express": "^4.17.1", "pug": "^3.0.1", - "snyk": "^1.303.2" + "snyk": "^1.996.0" } }