From 0f2012ff81614e71b84e3f0149d16dba7d450ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 22:07:43 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.4 in /Shuttle.Abacus.Site Bumps [moment](https://github.com/moment/moment) from 2.22.2 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.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Shuttle.Abacus.Site/package-lock.json | 6 +++--- Shuttle.Abacus.Site/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Shuttle.Abacus.Site/package-lock.json b/Shuttle.Abacus.Site/package-lock.json index a28ca5b..4f0393e 100644 --- a/Shuttle.Abacus.Site/package-lock.json +++ b/Shuttle.Abacus.Site/package-lock.json @@ -1368,9 +1368,9 @@ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" }, "moment": { - "version": "2.22.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz", - "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=" + "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.21", diff --git a/Shuttle.Abacus.Site/package.json b/Shuttle.Abacus.Site/package.json index 86c2e0a..81d98cb 100644 --- a/Shuttle.Abacus.Site/package.json +++ b/Shuttle.Abacus.Site/package.json @@ -70,7 +70,7 @@ "i18next": "^11.10.0", "i18next-xhr-backend": "^1.5.1", "jquery": "^3.3.1", - "moment": "^2.22.1", + "moment": "^2.29.4", "popper.js": "^1.14.4", "shuttle-access": "^1.0.1", "shuttle-can-api": "^1.0.23",