From 39ea580a98dc0db4266b1d40f693bb1dbfedce4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 07:21:04 +0000 Subject: [PATCH] Bump moment from 2.27.0 to 2.29.2 in /ReGOLsivo/frontend Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.2. - [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.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ReGOLsivo/frontend/package-lock.json | 6 +++--- ReGOLsivo/frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReGOLsivo/frontend/package-lock.json b/ReGOLsivo/frontend/package-lock.json index 2d02c6d..0bf1909 100644 --- a/ReGOLsivo/frontend/package-lock.json +++ b/ReGOLsivo/frontend/package-lock.json @@ -6658,9 +6658,9 @@ } }, "moment": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.27.0.tgz", - "integrity": "sha512-al0MUK7cpIcglMv3YF13qSgdAIqxHTO7brRtaz3DlSULbqfazqkc5kEjNrLDOM7fsjshoFIihnU8snrP7zUvhQ==" + "version": "2.29.2", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.2.tgz", + "integrity": "sha512-UgzG4rvxYpN15jgCmVJwac49h9ly9NurikMWGPdVxm8GZD6XjkKPxDTjQQ43gtGgnV3X0cAyWDdP2Wexoquifg==" }, "move-concurrently": { "version": "1.0.1", diff --git a/ReGOLsivo/frontend/package.json b/ReGOLsivo/frontend/package.json index 03500f7..f39d26d 100644 --- a/ReGOLsivo/frontend/package.json +++ b/ReGOLsivo/frontend/package.json @@ -13,7 +13,7 @@ "axios": "^0.19.2", "bootstrap-vue": "^2.11.0", "luxon": "^1.24.1", - "moment": "^2.27.0", + "moment": "^2.29.2", "sweetalert": "^2.1.2", "vue": "^2.5.2", "vue-router": "^3.0.1",