From 70becfb341598092f0a0ccc1ddaf5217badd5fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 09:40:40 +0000 Subject: [PATCH] Bump moment from 2.29.1 to 2.29.2 in /mist-pipeline Bumps [moment](https://github.com/moment/moment) from 2.29.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.29.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mist-pipeline/package.json | 2 +- mist-pipeline/yarn.lock | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/mist-pipeline/package.json b/mist-pipeline/package.json index ca00b25..25abbec 100644 --- a/mist-pipeline/package.json +++ b/mist-pipeline/package.json @@ -47,7 +47,7 @@ "inflection": "1.10.0", "lodash": "4.17.20", "mkdirp": "1.0.4", - "moment": "2.29.1", + "moment": "2.29.2", "mv": "2.1.1", "node-config-loader": "https://github.com/lukeulrich/node-config-loader.git", "pg": "8.4.2", diff --git a/mist-pipeline/yarn.lock b/mist-pipeline/yarn.lock index 2b41b2c..8c46683 100644 --- a/mist-pipeline/yarn.lock +++ b/mist-pipeline/yarn.lock @@ -1735,14 +1735,10 @@ moment-timezone@^0.5.31: dependencies: moment ">= 2.9.0" -moment@2.29.1, moment@^2.19.3, moment@^2.26.0: - version "2.29.1" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3" - integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ== - -"moment@>= 2.9.0": - version "2.24.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" +moment@2.29.2, "moment@>= 2.9.0", moment@^2.19.3, moment@^2.26.0: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg== ms@2.0.0: version "2.0.0"