From f01b981823a9c09a9bacda3cdff6ccb206a19c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 02:10:57 +0000 Subject: [PATCH] Bump moment from 2.19.3 to 2.29.2 in /ui Bumps [moment](https://github.com/moment/moment) from 2.19.3 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.19.3...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package.json b/ui/package.json index f681f47..ccf5b60 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,7 +32,7 @@ "css-loader": "^0.28.4", "html-webpack-plugin": "^2.29.0", "lodash": "^4.17.21", - "moment": "^2.19.3", + "moment": "^2.29.2", "node-sass": "^7.0.0", "path": "^0.12.7", "postcss-loader": "^2.0.6", diff --git a/ui/yarn.lock b/ui/yarn.lock index 8db87ff..d4f551e 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -3024,9 +3024,9 @@ mkdirp@^1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" -moment@^2.19.3: - version "2.19.3" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.19.3.tgz#bdb99d270d6d7fda78cc0fbace855e27fe7da69f" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" ms@2.0.0: version "2.0.0"