diff --git a/bin/scripts/timezones/package-lock.json b/bin/scripts/timezones/package-lock.json index 2c69b28afbd..edf651e845f 100644 --- a/bin/scripts/timezones/package-lock.json +++ b/bin/scripts/timezones/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "moment-timezone": "0.5.48", + "moment-timezone": "0.6.0", "node-fetch": "3.3.2" } }, @@ -65,9 +65,9 @@ } }, "node_modules/moment-timezone": { - "version": "0.5.48", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz", - "integrity": "sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz", + "integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==", "license": "MIT", "dependencies": { "moment": "^2.29.4" diff --git a/bin/scripts/timezones/package.json b/bin/scripts/timezones/package.json index 0ba29f8a4cf..28b4462cd26 100644 --- a/bin/scripts/timezones/package.json +++ b/bin/scripts/timezones/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://count.ly/", "dependencies": { - "moment-timezone": "0.5.48", + "moment-timezone": "0.6.0", "node-fetch": "3.3.2" } }