diff --git a/package.json b/package.json index 52ca1c1b6..3663fae96 100644 --- a/package.json +++ b/package.json @@ -101,6 +101,7 @@ "classnames": "^2.3.2", "lodash": "^4.17.21", "mdast-util-to-hast": "^10.0.0", + "moment-timezone": "0.5.41", "numeral": "^2.0.6", "prop-types": "^15.8.1", "react-ace": "^7.0.5", diff --git a/yarn.lock b/yarn.lock index d48bed671..01ecde0b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11549,6 +11549,13 @@ mkdirp@^1.0.3, mkdirp@^1.0.4: resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== +moment-timezone@0.5.41: + version "0.5.41" + resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.41.tgz#a7ad3285fd24aaf5f93b8119a9d749c8039c64c5" + integrity sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg== + dependencies: + moment "^2.29.4" + moment@^2.29.4: version "2.29.4" resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"