From 6b50224fd7be3537e3a6f0d42d2649ebfde2354c Mon Sep 17 00:00:00 2001 From: lionsoul Date: Sun, 21 Jul 2019 17:51:07 +0800 Subject: [PATCH] Security Alerts fixing --- binding/nodejs/package-lock.json | 20 ++++++++++---------- binding/nodejs/yarn.lock | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/binding/nodejs/package-lock.json b/binding/nodejs/package-lock.json index b43283b..58524a0 100644 --- a/binding/nodejs/package-lock.json +++ b/binding/nodejs/package-lock.json @@ -163,7 +163,7 @@ "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { - "lodash": "^4.17.11" + "lodash": "^4.17.13" } }, "asynckit": { @@ -220,7 +220,7 @@ "convert-source-map": "^1.5.1", "debug": "^2.6.9", "json5": "^0.5.1", - "lodash": "^4.17.11", + "lodash": "^4.17.13", "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.11", + "lodash": "^4.17.13", "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.11", + "lodash": "^4.17.13", "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.11" + "lodash": "^4.17.13" } }, "babel-traverse": { @@ -359,7 +359,7 @@ "debug": "^2.6.8", "globals": "^9.18.0", "invariant": "^2.2.2", - "lodash": "^4.17.11" + "lodash": "^4.17.13" } }, "babel-types": { @@ -370,7 +370,7 @@ "requires": { "babel-runtime": "^6.26.0", "esutils": "^2.0.2", - "lodash": "^4.17.11", + "lodash": "^4.17.13", "to-fast-properties": "^1.0.3" } }, @@ -469,7 +469,7 @@ "integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=", "dev": true, "requires": { - "lodash": "^4.17.11", + "lodash": "^4.17.13", "platform": "^1.3.3" } }, @@ -2160,8 +2160,8 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz", "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==", "dev": true }, diff --git a/binding/nodejs/yarn.lock b/binding/nodejs/yarn.lock index a597e57..bbb4e27 100644 --- a/binding/nodejs/yarn.lock +++ b/binding/nodejs/yarn.lock @@ -114,7 +114,7 @@ async@^2.1.4: version "2.3.0" resolved "https://registry.yarnpkg.com/async/-/async-2.3.0.tgz#1013d1051047dd320fe24e494d5c66ecaf6147d9" dependencies: - lodash "^4.17.11" + lodash "^4.17.13" asynckit@^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" debug "^2.6.9" json5 "^0.5.0" - lodash "^4.17.11" + lodash "^4.17.13" minimatch "^3.0.2" path-is-absolute "^1.0.0" private "^0.1.6" @@ -169,7 +169,7 @@ babel-generator@^6.18.0, babel-generator@^6.24.1: babel-types "^6.24.1" detect-indent "^4.0.0" jsesc "^1.3.0" - lodash "^4.17.11" + lodash "^4.17.13" source-map "^0.5.0" trim-right "^1.0.1" @@ -220,7 +220,7 @@ babel-register@^6.24.1: babel-runtime "^6.22.0" core-js "^2.4.0" home-or-tmp "^2.0.0" - lodash "^4.17.11" + lodash "^4.17.13" mkdirp "^0.5.1" 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-types "^6.24.1" babylon "^6.11.0" - lodash "^4.17.11" + lodash "^4.17.13" babel-traverse@^6.18.0, babel-traverse@^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" globals "^9.0.0" invariant "^2.2.0" - lodash "^4.17.11" + lodash "^4.17.13" babel-types@^6.18.0, babel-types@^6.24.1: version "6.24.1" @@ -261,7 +261,7 @@ babel-types@^6.18.0, babel-types@^6.24.1: dependencies: babel-runtime "^6.22.0" esutils "^2.0.2" - lodash "^4.17.11" + lodash "^4.17.13" to-fast-properties "^1.0.1" 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" path-exists "^3.0.0" -lodash@^4.17.11: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" +lodash@^4.17.13: + version "4.17.13" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.13.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae" longest@^1.0.1: version "1.0.1"