From d31ae18ef9c881f07c0f4b57da5cba844f233ac9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Apr 2022 04:38:19 +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 2dd204e..34e8d2f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "angular-scroll": "1.0.x", "@uirouter/angularjs": "1.0.x", "classnames": "^2.2.1", - "moment": "2.10.x", + "moment": "2.29.2", "ngreact": "0.2.x", "react": "0.14.x", "react-dom": "0.14.x",