From 32ff1a5ac028fb337c6a7b7ee716a5af8eaffa73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 04:25:57 +0000 Subject: [PATCH] Bump moment 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: indirect ... Signed-off-by: dependabot[bot] --- .../WEEK 3/conFusion/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Front-End Web UI Frameworks and Tools Bootstrap 4/WEEK 3/conFusion/package-lock.json b/Front-End Web UI Frameworks and Tools Bootstrap 4/WEEK 3/conFusion/package-lock.json index db7b8a8..e779bde 100644 --- a/Front-End Web UI Frameworks and Tools Bootstrap 4/WEEK 3/conFusion/package-lock.json +++ b/Front-End Web UI Frameworks and Tools Bootstrap 4/WEEK 3/conFusion/package-lock.json @@ -2984,9 +2984,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==", "dev": true }, "ms": {