From 45c71f032ee81667fb02fe7a4e5b9ab919f03210 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Jul 2022 07:59:13 +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 9c8cf8524..d79c380ea 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "jslint": "^0.12.0", "jsontoxml": "0.0.11", "memcached": "2.2.2", - "moment": "2.19.3", + "moment": "2.29.4", "node-cache": "1.*", "parse-iso-duration": "1.0.0", "readabilitySAX": "1.6.1",