mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 03:33:37 +00:00
Fix missing lodash upgrade in i18n plugin (#10538)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
6f7e0c27e7
commit
22ece10cde
@ -9,7 +9,7 @@
|
||||
"required": false
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "4.17.20",
|
||||
"lodash": "4.17.21",
|
||||
"p-map": "4.0.0",
|
||||
"pluralize": "8.0.0",
|
||||
"strapi-utils": "3.6.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user