From 41e57015758192700355fad492183879e333f43e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Jun 2021 04:51:01 +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 8d56552..98d8847 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/punchcard-cms/semantic-release#readme", "dependencies": { - "dateformat": "^1.0.12", + "dateformat": "^2.0.0", "github-url-from-git": "^1.4.0", "lodash": "^4.13.1" },