From 4a0e8ba75d10837d63c1241238c312edb7562f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 14:20:56 +0000 Subject: [PATCH] Bump moment from 2.22.1 to 2.29.4 in /application Bumps [moment](https://github.com/moment/moment) from 2.22.1 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.22.1...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/package-lock.json | 6 +++--- application/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/package-lock.json b/application/package-lock.json index 483f91a..597be53 100644 --- a/application/package-lock.json +++ b/application/package-lock.json @@ -7445,9 +7445,9 @@ } }, "moment": { - "version": "2.22.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.1.tgz", - "integrity": "sha512-shJkRTSebXvsVqk56I+lkb2latjBs8I+pc2TzWc545y2iFnSjm7Wg0QMh+ZWcdSLQyGEau5jI8ocnmkyTgr9YQ==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moment-timezone": { "version": "0.5.16", diff --git a/application/package.json b/application/package.json index 21fb2e9..4157c5b 100644 --- a/application/package.json +++ b/application/package.json @@ -21,7 +21,7 @@ "laravel-mix": "^2.0", "lodash": "^4.17.4", "masonry-layout": "^4.2.0", - "moment": "^2.20.1", + "moment": "^2.29.4", "moment-timezone": "^0.5.14", "net": "^1.0.2", "node-sass": "^4.8.3",