From 6f9fbf23072a906780e051d2e59707b36b5d825d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 01:49:23 +0000 Subject: [PATCH] Bump moment from 2.21.0 to 2.29.2 in /client Bumps [moment](https://github.com/moment/moment) from 2.21.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.21.0...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package.json b/client/package.json index fde93a7..3c51373 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ "graphql-tag": "^2.4.2", "immutability-helper": "^2.6.4", "lodash": "^4.17.5", - "moment": "^2.20.1", + "moment": "^2.29.2", "prop-types": "^15.6.0", "randomcolor": "^0.5.3", "react": "^16.3.0-alpha.1", diff --git a/client/yarn.lock b/client/yarn.lock index e7044b2..f87472a 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -405,7 +405,7 @@ "@types/node@^9.4.6": version "9.4.7" - resolved "http://registry.npmjs.org/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275" + resolved "https://registry.npmjs.org/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275" "@types/zen-observable@^0.5.3": version "0.5.3" @@ -1681,7 +1681,7 @@ compressible@~2.0.13: compression@^1.7.1: version "1.7.2" - resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" + resolved "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" dependencies: accepts "~1.3.4" bytes "3.0.0" @@ -3859,9 +3859,9 @@ mixin-deep@^1.2.0: dependencies: minimist "0.0.8" -moment@^2.20.1: - version "2.21.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.21.0.tgz#2a114b51d2a6ec9e6d83cf803f838a878d8a023a" +moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" morgan@^1.9.0: version "1.9.0"