From 08ec8b90bff3dd800ce191d4b5624a48e3f0bd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:20:27 +0000 Subject: [PATCH] Bump moment from 2.21.0 to 2.29.4 in /backend Bumps [moment](https://github.com/moment/moment) from 2.21.0 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.21.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 18 +++++++++++++++--- backend/package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 95532c6..de01d21 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1195,6 +1195,11 @@ "version": "2.16.3", "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=" + }, + "moment": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", + "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==" } } }, @@ -1390,9 +1395,9 @@ } }, "moment": { - "version": "2.21.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", - "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==" + "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.14", @@ -1400,6 +1405,13 @@ "integrity": "sha1-TrOP+VOLgBCLpGekWPPtQmjM/LE=", "requires": { "moment": "2.21.0" + }, + "dependencies": { + "moment": { + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.21.0.tgz", + "integrity": "sha512-TCZ36BjURTeFTM/CwRcViQlfkMvL1/vFISuNLO5GkcVm1+QHfbSiNqZuWeMFjj1/3+uAjXswgRk30j1kkLYJBQ==" + } } }, "mongodb": { diff --git a/backend/package.json b/backend/package.json index 66ba8a8..ba15ab0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -22,7 +22,7 @@ "express-session": "^1.15.6", "helmet": "^3.12.0", "jsonwebtoken": "^8.2.0", - "moment": "^2.21.0", + "moment": "^2.29.4", "mongoose": "^5.0.9", "mongoose-hidden": "^1.5.3", "morgan": "~1.9.0",