From 05a7a9fd87722cf3b7454da714d1a00515f99fb6 Mon Sep 17 00:00:00 2001 From: "Milan P. Antonovic" Date: Thu, 5 Dec 2019 08:22:40 +0100 Subject: [PATCH] fixed some security issues --- package-lock.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index e740557..822d82e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "requires": { "@babel/types": "7.4.4", "jsesc": "2.5.2", - "lodash": "4.17.11", + "lodash": "4.17.13", "source-map": "0.5.7", "trim-right": "1.0.1" }, @@ -154,7 +154,7 @@ "@babel/types": "7.4.4", "debug": "4.1.1", "globals": "11.12.0", - "lodash": "4.17.11" + "lodash": "4.17.13" }, "dependencies": { "debug": { @@ -187,7 +187,7 @@ "dev": true, "requires": { "esutils": "2.0.2", - "lodash": "4.17.11", + "lodash": "4.17.13", "to-fast-properties": "2.0.0" }, "dependencies": { @@ -364,7 +364,7 @@ "convert-source-map": "1.6.0", "fs-readdir-recursive": "1.1.0", "glob": "7.1.3", - "lodash": "4.17.11", + "lodash": "4.17.13", "output-file-sync": "1.1.2", "path-is-absolute": "1.0.1", "slash": "1.0.0", @@ -410,7 +410,7 @@ "convert-source-map": "1.6.0", "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", @@ -443,7 +443,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" } @@ -491,7 +491,7 @@ "babel-helper-function-name": "6.24.1", "babel-runtime": "6.26.0", "babel-types": "6.26.0", - "lodash": "4.17.11" + "lodash": "4.17.13" } }, "babel-helper-explode-assignable-expression": { @@ -556,7 +556,7 @@ "requires": { "babel-runtime": "6.26.0", "babel-types": "6.26.0", - "lodash": "4.17.11" + "lodash": "4.17.13" } }, "babel-helper-remap-async-to-generator": { @@ -689,7 +689,7 @@ "babel-template": "6.26.0", "babel-traverse": "6.26.0", "babel-types": "6.26.0", - "lodash": "4.17.11" + "lodash": "4.17.13" } }, "babel-plugin-transform-es2015-classes": { @@ -1075,7 +1075,7 @@ "babel-runtime": "6.26.0", "core-js": "2.6.5", "home-or-tmp": "2.0.0", - "lodash": "4.17.11", + "lodash": "4.17.13", "mkdirp": "0.5.1", "source-map-support": "0.4.18" } @@ -1100,7 +1100,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": { @@ -1117,7 +1117,7 @@ "debug": "2.6.9", "globals": "9.18.0", "invariant": "2.2.4", - "lodash": "4.17.11" + "lodash": "4.17.13" } }, "babel-types": { @@ -1128,7 +1128,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" } }, @@ -1155,7 +1155,7 @@ "component-emitter": "1.3.0", "define-property": "1.0.0", "isobject": "3.0.1", - "mixin-deep": "1.3.1", + "mixin-deep": "1.3.2", "pascalcase": "0.1.1" }, "dependencies": { @@ -1266,7 +1266,7 @@ "get-value": "2.0.6", "has-value": "1.0.0", "isobject": "3.0.1", - "set-value": "2.0.0", + "set-value": "2.0.1", "to-object-path": "0.3.0", "union-value": "1.0.0", "unset-value": "1.0.0" @@ -1659,7 +1659,7 @@ "js-yaml": "3.13.1", "json-stable-stringify-without-jsonify": "1.0.1", "levn": "0.3.0", - "lodash": "4.17.11", + "lodash": "4.17.13", "minimatch": "3.0.4", "mkdirp": "0.5.1", "natural-compare": "1.4.0", @@ -1784,7 +1784,7 @@ "eslint-import-resolver-node": "0.3.2", "eslint-module-utils": "2.4.0", "has": "1.0.3", - "lodash": "4.17.11", + "lodash": "4.17.13", "minimatch": "3.0.4", "read-pkg-up": "2.0.0", "resolve": "1.10.1" @@ -3299,7 +3299,7 @@ "cli-width": "2.2.0", "external-editor": "3.0.3", "figures": "2.0.0", - "lodash": "4.17.11", + "lodash": "4.17.13", "mute-stream": "0.0.7", "run-async": "2.3.0", "rxjs": "6.5.1", @@ -5206,7 +5206,7 @@ "dev": true, "requires": { "ajv": "6.10.0", - "lodash": "4.17.11", + "lodash": "4.17.13", "slice-ansi": "2.1.0", "string-width": "3.1.0" },