mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Update dependency lodash to v4.17.21
This commit is contained in:
parent
2ef913b6e7
commit
8fc2a06351
3 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"ghost-ignition": "4.6.1",
|
||||
"lodash": "4.17.20"
|
||||
"lodash": "4.17.21"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"bluebird": "3.7.2",
|
||||
"emoji-regex": "9.2.2",
|
||||
"execa": "4.1.0",
|
||||
"lodash": "4.17.20",
|
||||
"lodash": "4.17.21",
|
||||
"request": "2.88.2",
|
||||
"request-promise": "4.2.6"
|
||||
}
|
||||
|
|
|
@ -27,6 +27,6 @@
|
|||
"@tryghost/string": "0.1.14",
|
||||
"bcryptjs": "2.4.3",
|
||||
"bluebird": "3.7.2",
|
||||
"lodash": "4.17.20"
|
||||
"lodash": "4.17.21"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue