From 1039111212601b500ac78c50d46159a359dd6829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:00:21 +0000 Subject: [PATCH] Bump moment from 2.22.2 to 2.29.4 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] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9349b89b..049248d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2409,7 +2409,7 @@ "fs-extra": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-2.1.2.tgz", - "integrity": "sha1-BGxwFjzvmq1GsOSn+kZ/si1x3jU=", + "integrity": "sha512-9ztMtDZtSKC78V8mev+k31qaTabbmuH5jatdvPBMikrFHvw5BqlYnQIn/WGK3WHeRooSTkRvLa2IPlaHjPq5Sg==", "requires": { "graceful-fs": "^4.1.2", "jsonfile": "^2.1.0" @@ -3221,7 +3221,7 @@ "jsonfile": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", + "integrity": "sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==", "requires": { "graceful-fs": "^4.1.6" } @@ -3454,7 +3454,7 @@ "m-io": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/m-io/-/m-io-0.5.0.tgz", - "integrity": "sha1-chuybdjUN13Oy1bY3AFm64vp0AM=", + "integrity": "sha512-TztdrgKTireN1FtNuiH6e0qwiDvw4ilwhk0+hTEW9OU/ZA30YYs1sX8EVD0rKz2KMheVm/0Bq/iTGKg9wP5rSQ==", "requires": { "fs-extra": "^2.0.0", "q": "^1.4.1" @@ -3678,9 +3678,9 @@ } }, "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.17", @@ -4365,7 +4365,7 @@ "q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" }, "qr-image": { "version": "3.2.0", diff --git a/package.json b/package.json index a4e5ce9d..2f362bec 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "json-schema-to-typescript": "^4.6.5", "json2csv": "^3.11.5", "marked": "^1.1.1", - "moment": "^2.22.2", + "moment": "^2.29.4", "moment-timezone": "^0.5.17", "mongoose": "^5.4.19", "morgan": "^1.9.1",