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