From 8be74d42a743ba07819dd4c81d67ab38bc34e2f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Apr 2022 17:08:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2440688 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce78206c..c39cd543 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "colors": "1.1.2", "concat-stream": "^1.6.2", "console-stamp": "^0.2.0", - "convict": "4.3.2", + "convict": "6.0.0", "debug": "3.1.0", "deep-clone": "^3.0.2", "deepmerge": "^2.1.0", @@ -49,7 +49,7 @@ "langs": "^2.0.0", "length-stream": "^0.1.1", "mkdirp": "^0.5.1", - "moment": "2.19.3", + "moment": "2.29.2", "natural": "^0.6.1", "object-path": "^0.11.4", "parse-comments": "0.4.3",