From 7207b84998e456e28505309613aa4bada64ed7aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:27:24 +0000 Subject: [PATCH] Bump moment-timezone from 0.5.14 to 0.5.35 in /csci571/hw9/backend Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.14 to 0.5.35. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.14...0.5.35) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- csci571/hw9/backend/package-lock.json | 14 +++++++------- csci571/hw9/backend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/csci571/hw9/backend/package-lock.json b/csci571/hw9/backend/package-lock.json index 765b0ff..6d5e36a 100644 --- a/csci571/hw9/backend/package-lock.json +++ b/csci571/hw9/backend/package-lock.json @@ -493,16 +493,16 @@ } }, "moment": { - "version": "2.19.2", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.19.2.tgz", - "integrity": "sha512-Rf6jiHPEfxp9+dlzxPTmRHbvoFXsh2L/U8hOupUMpnuecHQmI6cF6lUbJl3QqKPko1u6ujO+FxtcajLVfLpAtA==" + "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", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.14.tgz", - "integrity": "sha1-TrOP+VOLgBCLpGekWPPtQmjM/LE=", + "version": "0.5.35", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz", + "integrity": "sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==", "requires": { - "moment": "2.19.2" + "moment": ">= 2.9.0" } }, "morgan": { diff --git a/csci571/hw9/backend/package.json b/csci571/hw9/backend/package.json index cc03ff7..0303e68 100644 --- a/csci571/hw9/backend/package.json +++ b/csci571/hw9/backend/package.json @@ -13,7 +13,7 @@ "body-parser": "^1.18.2", "express": "^4.16.2", "follow-redirects": "^1.2.6", - "moment-timezone": "^0.5.14", + "moment-timezone": "^0.5.35", "morgan": "^1.9.0", "path": "^0.12.7", "querystring": "^0.2.0",