From ed109a8710eb62d2843364d55bf68e5b9381d27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 04:03:02 +0000 Subject: [PATCH] chore(deps): bump moment from 2.29.3 to 2.29.4 Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - [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.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/automation/package.json | 2 +- tools/build/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/automation/package.json b/tools/automation/package.json index 395ca819ba..fde725beef 100644 --- a/tools/automation/package.json +++ b/tools/automation/package.json @@ -49,7 +49,7 @@ "fs-extra": "^10.1.0", "handlebars": "^4.7.7", "js-yaml": "^4.1.0", - "moment": "^2.29.3", + "moment": "^2.29.4", "semver": "^7.3.5", "simple-git": "^3.7.1" }, diff --git a/tools/build/package.json b/tools/build/package.json index 55f285949a..1f1f407152 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -32,7 +32,7 @@ "handlebars": "^4.7.7", "inversify": "^6.0.1", "js-yaml": "^4.1.0", - "moment": "^2.29.3", + "moment": "^2.29.4", "nanospinner": "^1.1.0", "reflect-metadata": "^0.1.13", "semver": "^7.3.5",