From 467a65837351c6fa6cdec287459307fb12417107 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jul 2022 04:57:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-2944238 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index edf5e16c..f9aa115a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dotenv": "~0.5.1", "final-fs": "^1.6.0", "mkdirp": "~0.5.0", - "moment": "~2.24.0", + "moment": "~2.29.4", "mongodb": "^1.4.30", "mysql": "^2.10.2", "optimist": "~0.6.1",