From 17b820a527710baaebcce8417e92466c9c4a399a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 08:09:13 +0000 Subject: [PATCH] Bump dateformat from 3.0.3 to 4.3.1 Bumps [dateformat](https://github.com/felixge/node-dateformat) from 3.0.3 to 4.3.1. - [Release notes](https://github.com/felixge/node-dateformat/releases) - [Commits](https://github.com/felixge/node-dateformat/commits/v4.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c96583e..d36d5c7 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "start": "run-s watch" }, "dependencies": { - "dateformat": "^3.0.3" + "dateformat": "^4.3.1" } }