Upgrade the lodash base version to 4.17.11

This commit is contained in:
lionsoul 2019-02-12 17:39:11 +08:00
parent a7dfe943b6
commit 4dabf635a8
1 changed files with 10 additions and 10 deletions

View File

@ -163,7 +163,7 @@
"integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
"dev": true,
"requires": {
"lodash": "^4.17.10"
"lodash": "^4.17.11"
}
},
"asynckit": {
@ -220,7 +220,7 @@
"convert-source-map": "^1.5.1",
"debug": "^2.6.9",
"json5": "^0.5.1",
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"minimatch": "^3.0.4",
"path-is-absolute": "^1.0.1",
"private": "^0.1.8",
@ -239,7 +239,7 @@
"babel-types": "^6.26.0",
"detect-indent": "^4.0.0",
"jsesc": "^1.3.0",
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"source-map": "^0.5.7",
"trim-right": "^1.0.1"
}
@ -317,7 +317,7 @@
"babel-runtime": "^6.26.0",
"core-js": "^2.5.0",
"home-or-tmp": "^2.0.0",
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"source-map-support": "^0.4.15"
}
@ -342,7 +342,7 @@
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"lodash": "^4.17.4"
"lodash": "^4.17.11"
}
},
"babel-traverse": {
@ -359,7 +359,7 @@
"debug": "^2.6.8",
"globals": "^9.18.0",
"invariant": "^2.2.2",
"lodash": "^4.17.4"
"lodash": "^4.17.11"
}
},
"babel-types": {
@ -370,7 +370,7 @@
"requires": {
"babel-runtime": "^6.26.0",
"esutils": "^2.0.2",
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"to-fast-properties": "^1.0.3"
}
},
@ -469,7 +469,7 @@
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"dev": true,
"requires": {
"lodash": "^4.17.4",
"lodash": "^4.17.11",
"platform": "^1.3.3"
}
},
@ -2160,8 +2160,8 @@
}
},
"lodash": {
"version": "4.17.10",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
"version": "4.17.11",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
"dev": true
},