mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
Merge pull request #2214 from maturanomx/fix/vulnerabilityAlert
Avoid alert vulnerability on projects at github
This commit is contained in:
commit
6ab40d9694
@ -54,7 +54,7 @@ module.exports = scope => {
|
||||
'eslint-plugin-react': '^6.8.0'
|
||||
},
|
||||
'dependencies': Object.assign({}, {
|
||||
'lodash': '4.x.x',
|
||||
'lodash': '^4.17.5',
|
||||
'strapi': getDependencyVersion(cliPkg, 'strapi'),
|
||||
[scope.client.connector]: getDependencyVersion(cliPkg, 'strapi'),
|
||||
}, additionalsDependencies, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user