From 599f01ca5bdab5d284894fdefee1e65d7f76267b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 08:58:46 +0000 Subject: [PATCH] build(deps): bump moment from 2.17.1 to 2.24.0 in /uweb Bumps [moment](https://github.com/moment/moment) from 2.17.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.17.1...2.24.0) Signed-off-by: dependabot[bot] --- uweb/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uweb/package.json b/uweb/package.json index 5386078..d0d0c80 100644 --- a/uweb/package.json +++ b/uweb/package.json @@ -56,7 +56,7 @@ "isomorphic-fetch": "^2.2.1", "js-cookie": "^2.2.0", "lodash": "4.17.5", - "moment": "2.17.1", + "moment": "2.24.0", "numeral": "2.0.6", "qs": "^6.5.2", "sortablejs": "^1.7.0"