From ff831a49dcc10f88c282f156540ffee42087c6e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Apr 2022 16:55:03 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb39ed91..ec75d34c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "express": "4.14.0", "jsonwebtoken": "^7.2.1", "minimist": "1.2.0", - "moment": "2.17.1", + "moment": "2.29.2", "mysql": "2.12.0", "node-lmdb": "0.4.12", "promise-mysql": "3.0.0",