From 79650cf1418a7380d268225ede85eaeefd318a6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Apr 2022 16:31:51 +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 28c9585..f02b2fe 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "async": "^2.1.5", "consolidate": "^0.14.5", "mailgun-js": "^0.8.2", - "moment": "^2.17.1", + "moment": "^2.29.2", "rand-token": "^0.3.0", "request": "^2.81.0", "syncano-server": "^0.7.2-34"