Merge pull request #2214 from maturanomx/fix/vulnerabilityAlert

Avoid alert vulnerability on projects at github
This commit is contained in:
Jim LAURIE 2018-10-29 13:05:52 +01:00 committed by GitHub
commit 6ab40d9694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, {