From 175118c24cf73aa1e0d8dc7001d2e3725648cb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:59:02 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.4 in /bootstrap Bumps [moment](https://github.com/moment/moment) from 2.27.0 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.27.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bootstrap/package.json | 2 +- bootstrap/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bootstrap/package.json b/bootstrap/package.json index 8ad9580..5e6f6f1 100644 --- a/bootstrap/package.json +++ b/bootstrap/package.json @@ -16,7 +16,7 @@ "h54s": "^2.0.0", "http-proxy-middleware": "^1.0.4", "inquirer": "^7.1.0", - "moment": "^2.24.0", + "moment": "^2.29.4", "node-sass": "^4.13.0", "ora": "^4.0.4", "react": "^16.12.0", diff --git a/bootstrap/yarn.lock b/bootstrap/yarn.lock index 9ba7d58..0d6e2fc 100644 --- a/bootstrap/yarn.lock +++ b/bootstrap/yarn.lock @@ -7525,10 +7525,10 @@ mixin-object@^2.0.1: dependencies: minimist "^1.2.5" -moment@^2.24.0: - version "2.27.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d" - integrity sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ== +moment@^2.29.4: + version "2.29.4" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" + integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== move-concurrently@^1.0.1: version "1.0.1"