From 2450f4de0f1405bf49967181a3c7dff7b6aa5291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:50:09 +0000 Subject: [PATCH] build(deps): bump moment-timezone from 0.5.14 to 0.5.35 in /app 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] --- app/package-lock.json | 9 +++++---- app/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 66d0ecf..8b8729d 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1691,6 +1691,7 @@ }, "readable-stream": { "version": "git+https://github.com/meteor/readable-stream.git#d64a64aa6061b9b6855feff4d09e58fb3b2e4502", + "from": "git+https://github.com/meteor/readable-stream.git#d64a64aa6061b9b6855feff4d09e58fb3b2e4502", "requires": { "inherits": "2.0.3", "isarray": "1.0.0", @@ -1867,11 +1868,11 @@ "integrity": "sha1-1usaRsvMFKKy+UNBEsH/iQfzE/0=" }, "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.20.1" + "moment": ">= 2.9.0" } }, "mongo-object": { diff --git a/app/package.json b/app/package.json index 1140905..3600350 100644 --- a/app/package.json +++ b/app/package.json @@ -20,7 +20,7 @@ "lunr": "^0.7.2", "meteor-node-stubs": "^0.3.2", "moment": "^2.13.0", - "moment-timezone": "^0.5.14", + "moment-timezone": "^0.5.35", "nightmare": "^2.10.0", "numeral": "^1.5.3", "simpl-schema": "^1.4.2",