From e89073de550c0b7ac2c9cb4565246569571a5727 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 17:00:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- 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"