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"