From 4e184e82f8c10aed1aeae15c6466cf031c7d7874 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2020 03:37:31 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.5.27 to 0.5.28 Snyk has created this PR to upgrade moment-timezone from 0.5.27 to 0.5.28. See this package in NPM: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/ashishpatel0720/project/0091b3e6-b5d6-4b68-92c4-691707a12a44?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 774d1c6..070898a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2723,9 +2723,9 @@ "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "moment-timezone": { - "version": "0.5.27", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.27.tgz", - "integrity": "sha512-EIKQs7h5sAsjhPCqN6ggx6cEbs94GK050254TIJySD1bzoM5JTYDwAU1IoVOeTOL6Gm27kYJ51/uuvq1kIlrbw==", + "version": "0.5.28", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz", + "integrity": "sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==", "requires": { "moment": ">= 2.9.0" } diff --git a/package.json b/package.json index d5fea0d..7af3bab 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "json-2-csv": "^3.5.9", "minify": "^5.0.0", "moment": "^2.24.0", - "moment-timezone": "^0.5.27", + "moment-timezone": "^0.5.28", "nyc": "^15.0.0", "ora": "^4.0.2", "signale": "^1.4.0",