mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update moment to version 2.18.1 🚀 (#8207)
* chore(package): update moment to version 2.18.1 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
c1a67df9e1
commit
68efdfa4e7
2 changed files with 6 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
"knex-migrator": "2.0.16",
|
||||
"lodash": "4.17.4",
|
||||
"mobiledoc-dom-renderer": "0.6.5",
|
||||
"moment": "2.17.1",
|
||||
"moment": "2.18.1",
|
||||
"moment-timezone": "0.5.12",
|
||||
"multer": "1.3.0",
|
||||
"mysql": "2.13.0",
|
||||
|
|
|
@ -3168,7 +3168,11 @@ moment-timezone@0.5.12:
|
|||
dependencies:
|
||||
moment ">= 2.9.0"
|
||||
|
||||
moment@2.17.1, "moment@>= 2.9.0", moment@^2.10.6, moment@^2.15.2:
|
||||
moment@2.18.1:
|
||||
version "2.18.1"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.18.1.tgz#c36193dd3ce1c2eed2adb7c802dbbc77a81b1c0f"
|
||||
|
||||
"moment@>= 2.9.0", moment@^2.10.6, moment@^2.15.2:
|
||||
version "2.17.1"
|
||||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.17.1.tgz#fed9506063f36b10f066c8b59a144d7faebe1d82"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue