From c6630fa87f9e715ea3c1c08815470afec3cda9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:15:18 +0000 Subject: [PATCH] Bump moment from 2.24.0 to 2.29.4 in /bs-dashboard 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] --- bs-dashboard/package-lock.json | 6 +++--- bs-dashboard/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bs-dashboard/package-lock.json b/bs-dashboard/package-lock.json index b502e80..40e43ac 100644 --- a/bs-dashboard/package-lock.json +++ b/bs-dashboard/package-lock.json @@ -6521,9 +6521,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==" }, "moment-locales-webpack-plugin": { "version": "1.1.2", diff --git a/bs-dashboard/package.json b/bs-dashboard/package.json index 65f2924..579dcd2 100644 --- a/bs-dashboard/package.json +++ b/bs-dashboard/package.json @@ -20,7 +20,7 @@ "cross-env": "^5.2.0", "express": "^4.16.3", "graphql-tag": "^2.10.1", - "moment": "^2.24.0", + "moment": "^2.29.4", "nuxt": "^2.4.5", "uuid": "^3.3.2", "vue-uuid": "^1.1.1",