mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
Updated ghost-ignition dependency
- this will resolve the lodash warnings when running `yarn audit`
This commit is contained in:
parent
043609b194
commit
56ef95c397
@ -28,7 +28,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": "^3.5.5",
|
"bluebird": "^3.5.5",
|
||||||
"ghost-ignition": "^4.0.0",
|
"ghost-ignition": "4.2.2",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lodash": "^4.17.15"
|
"lodash": "^4.17.15"
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"body-parser": "^1.19.0",
|
"body-parser": "^1.19.0",
|
||||||
"cookies": "^0.8.0",
|
"cookies": "^0.8.0",
|
||||||
"express": "^4.16.4",
|
"express": "^4.16.4",
|
||||||
"ghost-ignition": "^4.0.0",
|
"ghost-ignition": "4.2.2",
|
||||||
"got": "^9.6.0",
|
"got": "^9.6.0",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
"bluebird": "^3.5.3",
|
"bluebird": "^3.5.3",
|
||||||
"concat-stream": "^2.0.0",
|
"concat-stream": "^2.0.0",
|
||||||
"cookies": "^0.8.0",
|
"cookies": "^0.8.0",
|
||||||
"ghost-ignition": "^4.0.0",
|
"ghost-ignition": "4.2.2",
|
||||||
"jsonwebtoken": "^8.5.1",
|
"jsonwebtoken": "^8.5.1",
|
||||||
"lodash": "^4.17.11"
|
"lodash": "^4.17.11"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user