From ad849137e27999871d686af224cfb410236987a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 00:24:34 +0000 Subject: [PATCH] Bump lodash from 4.17.11 to 4.17.19 in /can_remote/web Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19) Signed-off-by: dependabot[bot] --- can_remote/web/package-lock.json | 49 +++++++++++++++++++++++--------- can_remote/web/package.json | 2 +- 2 files changed, 36 insertions(+), 15 deletions(-) diff --git a/can_remote/web/package-lock.json b/can_remote/web/package-lock.json index b0fe3a9..afefe90 100644 --- a/can_remote/web/package-lock.json +++ b/can_remote/web/package-lock.json @@ -1993,7 +1993,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -2014,12 +2015,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -2034,17 +2037,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -2161,7 +2167,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -2173,6 +2180,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -2187,6 +2195,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -2194,12 +2203,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -2218,6 +2229,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -2298,7 +2310,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -2310,6 +2323,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -2395,7 +2409,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -2431,6 +2446,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -2450,6 +2466,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2493,12 +2510,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -3192,9 +3211,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "loglevel": { "version": "1.6.1", @@ -4093,6 +4112,8 @@ }, "python-can-remote": { "version": "0.3.0", + "resolved": "https://registry.npmjs.org/python-can-remote/-/python-can-remote-0.3.0.tgz", + "integrity": "sha512-qHesqAw91iyklpp+pPQ2KqQCD9kfvVL7JRv1VH67QH5xZMPQVFIdM4qxnIh56U2sgQVh/E/Huhy1maTp5rhUNQ==", "requires": { "eventemitter3": "^3.1.2", "ws": "^7.0.0" diff --git a/can_remote/web/package.json b/can_remote/web/package.json index cf96b6f..13937d8 100644 --- a/can_remote/web/package.json +++ b/can_remote/web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "bootstrap": "^3.3.7", - "lodash": "^4.17.11", + "lodash": "^4.17.19", "python-can-remote": "^0.3.0", "vue": "^2.6.10" },