Skip to content

Commit

Permalink
Reverted moment-timezone to older version
Browse files Browse the repository at this point in the history
refs TryGhost/Ghost#10870

- Reverts moment timezone to `0.5.23`
  • Loading branch information
rishabhgrg authored and naz committed Sep 28, 2020
1 parent 8fb1c11 commit 1c86583
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/url-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"cheerio": "0.22.0",
"lodash": "4.17.11",
"moment": "2.24.0",
"moment-timezone": "0.5.26"
"moment-timezone": "0.5.23"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3336,10 +3336,10 @@ mocha@6.2.0:
yargs-parser "13.0.0"
yargs-unparser "1.5.0"

moment-timezone@0.5.26:
version "0.5.26"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.26.tgz#c0267ca09ae84631aa3dc33f65bedbe6e8e0d772"
integrity sha512-sFP4cgEKTCymBBKgoxZjYzlSovC20Y6J7y3nanDc5RoBIXKlZhoYwBoZGe3flwU6A372AcRwScH8KiwV6zjy1g==
moment-timezone@0.5.23:
version "0.5.23"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.23.tgz#7cbb00db2c14c71b19303cb47b0fb0a6d8651463"
integrity sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==
dependencies:
moment ">= 2.9.0"

Expand Down

0 comments on commit 1c86583

Please sign in to comment.