From 5183cfbe0c627269d1cc7046bbd926629aeec4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 10:04:28 +0000 Subject: [PATCH] Bump moment from 2.0.0 to 2.24.0 Bumps [moment](https://github.com/moment/moment) from 2.0.0 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.0.0...2.24.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76868cb..0032a16 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "request": "2.22.0", - "moment": "2.0.0", + "moment": "2.24.0", "underscore": "1.5.1", "ttl-lru-cache": "0.0.2" },