Security Alerts fixing

This commit is contained in:
lionsoul 2019-07-21 17:51:07 +08:00
parent 4f52d8c4ef
commit 6b50224fd7
2 changed files with 20 additions and 20 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.11" "lodash": "^4.17.13"
} }
}, },
"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.11", "lodash": "^4.17.13",
"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.11", "lodash": "^4.17.13",
"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.11", "lodash": "^4.17.13",
"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.11" "lodash": "^4.17.13"
} }
}, },
"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.11" "lodash": "^4.17.13"
} }
}, },
"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.11", "lodash": "^4.17.13",
"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.11", "lodash": "^4.17.13",
"platform": "^1.3.3" "platform": "^1.3.3"
} }
}, },
@ -2160,8 +2160,8 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.13",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz",
"integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==", "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
"dev": true "dev": true
}, },

View File

@ -114,7 +114,7 @@ async@^2.1.4:
version "2.3.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/async/-/async-2.3.0.tgz#1013d1051047dd320fe24e494d5c66ecaf6147d9" resolved "https://registry.yarnpkg.com/async/-/async-2.3.0.tgz#1013d1051047dd320fe24e494d5c66ecaf6147d9"
dependencies: dependencies:
lodash "^4.17.11" lodash "^4.17.13"
asynckit@^0.4.0: asynckit@^0.4.0:
version "0.4.0" version "0.4.0"
@ -153,7 +153,7 @@ babel-core@^6.0.0, babel-core@^6.24.1:
convert-source-map "^1.1.0" convert-source-map "^1.1.0"
debug "^2.6.9" debug "^2.6.9"
json5 "^0.5.0" json5 "^0.5.0"
lodash "^4.17.11" lodash "^4.17.13"
minimatch "^3.0.2" minimatch "^3.0.2"
path-is-absolute "^1.0.0" path-is-absolute "^1.0.0"
private "^0.1.6" private "^0.1.6"
@ -169,7 +169,7 @@ babel-generator@^6.18.0, babel-generator@^6.24.1:
babel-types "^6.24.1" babel-types "^6.24.1"
detect-indent "^4.0.0" detect-indent "^4.0.0"
jsesc "^1.3.0" jsesc "^1.3.0"
lodash "^4.17.11" lodash "^4.17.13"
source-map "^0.5.0" source-map "^0.5.0"
trim-right "^1.0.1" trim-right "^1.0.1"
@ -220,7 +220,7 @@ babel-register@^6.24.1:
babel-runtime "^6.22.0" babel-runtime "^6.22.0"
core-js "^2.4.0" core-js "^2.4.0"
home-or-tmp "^2.0.0" home-or-tmp "^2.0.0"
lodash "^4.17.11" lodash "^4.17.13"
mkdirp "^0.5.1" mkdirp "^0.5.1"
source-map-support "^0.4.2" source-map-support "^0.4.2"
@ -239,7 +239,7 @@ babel-template@^6.16.0, babel-template@^6.24.1:
babel-traverse "^6.24.1" babel-traverse "^6.24.1"
babel-types "^6.24.1" babel-types "^6.24.1"
babylon "^6.11.0" babylon "^6.11.0"
lodash "^4.17.11" lodash "^4.17.13"
babel-traverse@^6.18.0, babel-traverse@^6.24.1: babel-traverse@^6.18.0, babel-traverse@^6.24.1:
version "6.24.1" version "6.24.1"
@ -253,7 +253,7 @@ babel-traverse@^6.18.0, babel-traverse@^6.24.1:
debug "^2.6.9" debug "^2.6.9"
globals "^9.0.0" globals "^9.0.0"
invariant "^2.2.0" invariant "^2.2.0"
lodash "^4.17.11" lodash "^4.17.13"
babel-types@^6.18.0, babel-types@^6.24.1: babel-types@^6.18.0, babel-types@^6.24.1:
version "6.24.1" version "6.24.1"
@ -261,7 +261,7 @@ babel-types@^6.18.0, babel-types@^6.24.1:
dependencies: dependencies:
babel-runtime "^6.22.0" babel-runtime "^6.22.0"
esutils "^2.0.2" esutils "^2.0.2"
lodash "^4.17.11" lodash "^4.17.13"
to-fast-properties "^1.0.1" to-fast-properties "^1.0.1"
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0: babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
@ -1251,9 +1251,9 @@ locate-path@^2.0.0:
p-locate "^2.0.0" p-locate "^2.0.0"
path-exists "^3.0.0" path-exists "^3.0.0"
lodash@^4.17.11: lodash@^4.17.13:
version "4.17.11" version "4.17.13"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
longest@^1.0.1: longest@^1.0.1:
version "1.0.1" version "1.0.1"