From 4ab7683b4db68cd3c13f308cd6c4e08db04d4eb2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 01:44:34 +0200 Subject: [PATCH 1/2] fix: upgrade moment-timezone from 0.5.23 to 0.5.28 Snyk has created this PR to upgrade moment-timezone from 0.5.23 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/quilicicf/project/c3bb8fac-1ac1-47ef-b018-5359b29a4553?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ada253..9b5c1f2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "lodash": "4.17.13", "moment": "2.24.0", - "moment-timezone": "0.5.23" + "moment-timezone": "0.5.28" }, "devDependencies": { "@talend/eslint-config": "2.0.1", From 423cec7689e970ada00fc0650f878c5a0e814c38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 May 2020 01:44:35 +0200 Subject: [PATCH 2/2] fix: upgrade moment-timezone from 0.5.23 to 0.5.28 Snyk has created this PR to upgrade moment-timezone from 0.5.23 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/quilicicf/project/c3bb8fac-1ac1-47ef-b018-5359b29a4553?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f91081d..4ebb22d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1765,9 +1765,9 @@ "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" }, "moment-timezone": { - "version": "0.5.23", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.23.tgz", - "integrity": "sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==", + "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" }