From a3618b848fbf6b7b36b62419ee1f1e978a1fbba2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Jun 2021 04:09:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eb7fc9..de359c5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "cookie": "^0.1.2", "cors": "^2.5.3", - "dateformat": "^1.0.11", + "dateformat": "^2.0.0", "express": "^4.12.0", "express-http-proxy": "^0.3.1", "winston": "^0.9.0"