From 125ec95e25517e58404954f7733736ad1f5325cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Jul 2022 08:50:04 +0000 Subject: [PATCH] fix: upgrade moment-timezone from 0.5.28 to 0.5.34 Snyk has created this PR to upgrade moment-timezone from 0.5.28 to 0.5.34. See this package in npm: https://www.npmjs.com/package/moment-timezone See this project in Snyk: https://app.snyk.io/org/billmal071/project/b19ede05-d6e0-4d74-84e5-d8ffbac07058?utm_source=github&utm_medium=referral&page=upgrade-pr --- backend/package-lock.json | 14 +++++++------- backend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 790c7f9..32515d8 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -30,7 +30,7 @@ "glee-jwks-rsa": "^1.1.0", "joi": "^14.3.1", "jsonwebtoken": "^8.5.1", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.5.34", "passport": "^0.4.1", "passport-auth0": "^1.3.2", "passport-jwt": "^4.0.0", @@ -12184,9 +12184,9 @@ } }, "node_modules/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.34", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", + "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", "dependencies": { "moment": ">= 2.9.0" }, @@ -26672,9 +26672,9 @@ "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==" }, "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.34", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.34.tgz", + "integrity": "sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==", "requires": { "moment": ">= 2.9.0" } diff --git a/backend/package.json b/backend/package.json index de5df7b..cb96f26 100644 --- a/backend/package.json +++ b/backend/package.json @@ -53,7 +53,7 @@ "glee-jwks-rsa": "^1.1.0", "joi": "^14.3.1", "jsonwebtoken": "^8.5.1", - "moment-timezone": "^0.5.28", + "moment-timezone": "^0.5.34", "passport": "^0.4.1", "passport-auth0": "^1.3.2", "passport-jwt": "^4.0.0",