From 486b16d07c28e4a02739227c2385c5d3c3f3c8a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jul 2022 12:11:54 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.4 in /blacklivesmatter Bumps [moment](https://github.com/moment/moment) from 2.24.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.24.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blacklivesmatter/package-lock.json | 6 +++--- blacklivesmatter/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blacklivesmatter/package-lock.json b/blacklivesmatter/package-lock.json index 488e9e1..f76a972 100644 --- a/blacklivesmatter/package-lock.json +++ b/blacklivesmatter/package-lock.json @@ -9097,9 +9097,9 @@ } }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "move-concurrently": { "version": "1.0.1", diff --git a/blacklivesmatter/package.json b/blacklivesmatter/package.json index 7a8a803..b141c82 100644 --- a/blacklivesmatter/package.json +++ b/blacklivesmatter/package.json @@ -6,7 +6,7 @@ "dependencies": { "axios": "^0.19.2", "gh-pages": "^3.0.0", - "moment": "2.24.0", + "moment": "2.29.4", "node-sass": "4.12.0", "nouislider": "14.0.2", "react": "16.8.6",