From 6a75c908e5ffd68f973615a20c146f219a974c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 02:15:51 +0000 Subject: [PATCH] Bump moment from 2.18.1 to 2.29.2 in /web Bumps [moment](https://github.com/moment/moment) from 2.18.1 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.18.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/web/package.json b/web/package.json index f9eb671..2164aae 100644 --- a/web/package.json +++ b/web/package.json @@ -7,7 +7,7 @@ "lz-string": "^1.4.4", "mapbox-gl": "^0.39.1", "material-ui": "^0.18.7", - "moment": "^2.18.1", + "moment": "^2.29.2", "react": "^15.5.4", "react-big-calendar": "^0.14.4", "react-dom": "^15.5.4", diff --git a/web/yarn.lock b/web/yarn.lock index 3478402..ca169dc 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -4507,9 +4507,10 @@ mkdirp@0.5.1, mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdi dependencies: minimist "0.0.8" -moment@^2.18.1: - version "2.18.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg== ms@0.7.1: version "0.7.1"