From 9efaa78d1ef8e4230eeaca34815af4c3ab6de56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:51:16 +0000 Subject: [PATCH] Bump moment from 2.3.1 to 2.24.0 in /src Bumps [moment](https://github.com/moment/moment) from 2.3.1 to 2.24.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.3.1...2.24.0) Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index b34557a..cfc27d4 100644 --- a/src/package.json +++ b/src/package.json @@ -9,7 +9,7 @@ "dustjs-linkedin": "" }, "dependencies": { - "moment": "~2.3.1", + "moment": "~2.24.0", "moment-timezone": "0.0.3" } }