From 399dfd4d729013b8a79241a61dd33727491e03e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 04:33:44 +0000 Subject: [PATCH] Bump moment from 2.18.1 to 2.29.2 in /paper-dashboard-angular-master Bumps [moment](https://github.com/moment/moment) from 2.18.1 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.18.1...2.29.2) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- paper-dashboard-angular-master/package-lock.json | 6 +++--- paper-dashboard-angular-master/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 paper-dashboard-angular-master/package.json diff --git a/paper-dashboard-angular-master/package-lock.json b/paper-dashboard-angular-master/package-lock.json index 192188b..f86170d 100644 --- a/paper-dashboard-angular-master/package-lock.json +++ b/paper-dashboard-angular-master/package-lock.json @@ -6739,9 +6739,9 @@ } }, "moment": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz", - "integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8=" + "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/paper-dashboard-angular-master/package.json b/paper-dashboard-angular-master/package.json old mode 100755 new mode 100644 index bc8a22c..ce64ae6 --- a/paper-dashboard-angular-master/package.json +++ b/paper-dashboard-angular-master/package.json @@ -30,7 +30,7 @@ "core-js": "2.4.1", "express": "4.15.3", "jquery": "1.12.4", - "moment": "2.18.1", + "moment": "2.29.2", "rxjs": "5.4.2", "zone.js": "0.8.4" },