From 044ed125c7df1e8da2641e89cd8ee8fd306ebcd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Oct 2021 20:41:11 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.5.28 to 0.5.33 Snyk has created this PR to upgrade moment-timezone from 0.5.28 to 0.5.33. See this package in npm: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/jswheeler/project/c4e21339-19ba-4fa8-8dc0-38969cef65fb?utm_source=github&utm_medium=referral&page=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 4b72cb1..114c84c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2390,9 +2390,9 @@ "integrity": "sha512-oIixUO+OamkUkwjhAVE18rAMfRJNsNe/Stid/gwHSOfHrOtw9EhAY2AHvdKZ/k/MggcYELFCJz/Sn2pL8b8JMw==" }, "moment-timezone": { - "version": "0.5.28", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.28.tgz", - "integrity": "sha512-TDJkZvAyKIVWg5EtVqRzU97w0Rb0YVbfpqyjgu6GwXCAohVRqwZjf4fOzDE6p1Ch98Sro/8hQQi65WDXW5STPw==", + "version": "0.5.33", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.33.tgz", + "integrity": "sha512-PTc2vcT8K9J5/9rDEPe5czSIKgLoGsH8UNpA4qZTVw0Vd/Uz19geE9abbIOQKaAQFcnQ3v5YEXrbSc5BpshH+w==", "requires": { "moment": ">= 2.9.0" } diff --git a/package.json b/package.json index 113ce55..30192ce 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "informix-wrapper": "git+https://github.com/appirio-tech/informix-wrapper.git#less-logs", "lodash": "^4.17.19", "moment": "^2.26.0", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.5.33", "node-schedule": "^1.3.2", "segfault-handler": "^1.3.0", "superagent": "^5.2.1",