From b42bcd06501da74f8f1e3368554c6ffcf9918c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 09:31:43 +0000 Subject: [PATCH] Bump moment from 2.22.0 to 2.29.2 in /disturbance/frontend/disturbance Bumps [moment](https://github.com/moment/moment) from 2.22.0 to 2.29.2. - [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.22.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- disturbance/frontend/disturbance/package-lock.json | 6 +++--- disturbance/frontend/disturbance/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/disturbance/frontend/disturbance/package-lock.json b/disturbance/frontend/disturbance/package-lock.json index 8a61a886f..ab0281772 100644 --- a/disturbance/frontend/disturbance/package-lock.json +++ b/disturbance/frontend/disturbance/package-lock.json @@ -8333,9 +8333,9 @@ } }, "moment": { - "version": "2.22.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.0.tgz", - "integrity": "sha1-eSGt4BAX3UUYbn/uX0JPC4ZjpzA=" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "moment-range": { "version": "3.1.1", diff --git a/disturbance/frontend/disturbance/package.json b/disturbance/frontend/disturbance/package.json index e88583eb1..1328ea16d 100644 --- a/disturbance/frontend/disturbance/package.json +++ b/disturbance/frontend/disturbance/package.json @@ -36,7 +36,7 @@ "leaflet.locatecontrol": "^0.71.1", "lodash": "^4.17.15", "mixin-deep": "^1.3.2", - "moment": "^2.18.1", + "moment": "^2.29.2", "moment-range": "^3.0.3", "ol": "^6.3.1", "ol-layerswitcher": "^3.8.3",