From 840725c90d5a63e8d080c206ec5f1b84d29bea35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 05:22:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/npm:hoek:20180212 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c1fd5da7..c2c6f1c3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jade": "1.11.0", "konphyg": "1.4.0", "jstransformer-less": "2.2.0", - "less-middleware": "2.2.0", + "less-middleware": "3.0.0", "marked": "0.3.6", "mongoconfig": "1.1.0", "mongodb": "2.2.10", @@ -46,7 +46,7 @@ "open": "0.0.5", "q": "1.4.1", "redis": "2.6.2", - "trim": "0.0.1", + "trim": "1.0.1", "winston": "2.2.0", "winston-mail": "1.3.0" },