From 3d6f249bd3f07715c00c2a7b3f75a4b4485f9fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 09:48:07 -0400 Subject: [PATCH] chore(deps): bump moment from 2.29.1 to 2.29.2 in /auditLogMover (#608) * chore(deps): bump moment from 2.29.1 to 2.29.2 in /auditLogMover 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] * trigger test Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marianna Ghirardelli --- auditLogMover/package.json | 2 +- auditLogMover/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auditLogMover/package.json b/auditLogMover/package.json index 4c3a2fb0..888cc06b 100644 --- a/auditLogMover/package.json +++ b/auditLogMover/package.json @@ -7,7 +7,7 @@ "dependencies": { "aws-sdk": "^2.1000.0", "axios": "^0.21.4", - "moment": "^2.26.0" + "moment": "^2.29.2" }, "devDependencies": { "@types/jest": "^26.0.19", diff --git a/auditLogMover/yarn.lock b/auditLogMover/yarn.lock index 90591750..1e6e2cc2 100644 --- a/auditLogMover/yarn.lock +++ b/auditLogMover/yarn.lock @@ -7415,10 +7415,10 @@ mkdirp@^0.5.1, mkdirp@^0.5.3: dependencies: minimist "^1.2.5" -moment@^2.14.1, moment@^2.26.0, moment@^2.29.1: - 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.14.1, moment@^2.29.1, moment@^2.29.2: + version "2.29.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.2.tgz#00910c60b20843bcba52d37d58c628b47b1f20e4" + integrity sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg== move-concurrently@^1.0.1: version "1.0.1"