diff --git a/packages/url-utils/package.json b/packages/url-utils/package.json index 790f64691..d8762a911 100644 --- a/packages/url-utils/package.json +++ b/packages/url-utils/package.json @@ -42,7 +42,7 @@ "cheerio": "^0.22.0", "lodash": "^4.17.21", "moment": "^2.27.0", - "moment-timezone": "^0.5.31", + "moment-timezone": "^0.6.0", "remark": "11.0.2", "remark-footnotes": "1.0.0", "unist-util-visit": "^2.0.0" diff --git a/yarn.lock b/yarn.lock index 94895b64c..a07ec7562 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9146,10 +9146,10 @@ modify-values@^1.0.0: resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -moment-timezone@^0.5.31: - version "0.5.48" - resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.48.tgz#111727bb274734a518ae154b5ca589283f058967" - integrity sha512-f22b8LV1gbTO2ms2j2z13MuPogNoh5UzxL3nzNAYKGraILnbGc9NEE6dyiiiLv46DGRb8A4kg8UKWLjPthxBHw== +moment-timezone@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.6.0.tgz#c5a6519171f31a64739ea75d33f5c136c08ff608" + integrity sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q== dependencies: moment "^2.29.4"