From 0610a5c1d864ef46d5ab3f6ef0b9c983b83bf33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 08:38:25 +0000 Subject: [PATCH] Update moment-timezone requirement from ^0.5.33 to ^0.5.34 Updates the requirements on [moment-timezone](https://github.com/moment/moment-timezone) to permit the latest version. - [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.33...0.5.34) --- updated-dependencies: - dependency-name: moment-timezone dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59689e55..082de1a1 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "knex": "^0.95.14", "knights-canvas": "^1.3.7", "lowdb": "^3.0.0", - "moment-timezone": "^0.5.33", + "moment-timezone": "^0.5.34", "mongodb": "^4.4.1", "mongoose": "^6.0.14", "mysql": "^2.18.1",