diff --git a/package-lock.json b/package-lock.json index f28dbdb..fad6f2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "debug": "4.3.1", "dedent": "^0.7.0", "endpoint-utils": "^1.0.2", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "mustache": "^2.3.0", "node-ipc": "9.2.1", "os-family": "^1.0.0", @@ -9626,12 +9626,6 @@ "node": ">=4" } }, - "node_modules/publish-please/node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, "node_modules/publish-please/node_modules/mimic-fn": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", @@ -15441,7 +15435,7 @@ "callsite": "^1.0.0", "chalk": "^2.4.0", "highlight-es": "^1.0.0", - "lodash": "4.6.1 || ^4.16.1", + "lodash": "^4.17.21", "pinkie-promise": "^2.0.0" }, "dependencies": { @@ -17604,7 +17598,7 @@ "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", "dev": true, "requires": { - "lodash": "^4.17.15" + "lodash": "^4.17.21" } }, "gulp": { @@ -17760,7 +17754,7 @@ "js-yaml": "^3.13.1", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.3.0", - "lodash": "^4.17.14", + "lodash": "^4.17.21", "minimatch": "^3.0.4", "mkdirp": "^0.5.1", "natural-compare": "^1.4.0", @@ -18237,7 +18231,7 @@ "cli-width": "^3.0.0", "external-editor": "^3.0.3", "figures": "^3.0.0", - "lodash": "^4.17.19", + "lodash": "^4.17.21", "mute-stream": "0.0.8", "run-async": "^2.4.0", "rxjs": "^6.6.0", @@ -20028,7 +20022,7 @@ "elegant-status": "1.1.0", "inquirer": "6.2.0", "is-ci": "1.2.1", - "lodash": "4.17.20", + "lodash": "^4.17.21", "micromatch": "3.1.10", "node-emoji": "1.8.1", "osenv": "0.1.5", @@ -20097,7 +20091,7 @@ "cli-width": "^2.0.0", "external-editor": "^3.0.0", "figures": "^2.0.0", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "mute-stream": "0.0.7", "run-async": "^2.2.0", "rxjs": "^6.1.0", @@ -20112,12 +20106,6 @@ "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", "dev": true }, - "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", - "dev": true - }, "mimic-fn": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", @@ -21206,7 +21194,7 @@ "dev": true, "requires": { "ajv": "^6.10.2", - "lodash": "^4.17.14", + "lodash": "^4.17.21", "slice-ansi": "^2.1.0", "string-width": "^3.0.0" }, @@ -21311,7 +21299,7 @@ "is-podman": "^1.0.1", "is-stream": "^2.0.0", "json5": "^2.2.2", - "lodash": "^4.17.13", + "lodash": "^4.17.21", "log-update-async-hook": "^2.0.7", "make-dir": "^3.0.0", "mime-db": "^1.41.0", @@ -21591,7 +21579,7 @@ "fs-extra": "^10.0.0", "graceful-fs": "^4.1.11", "linux-platform-info": "^0.0.3", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "mkdirp": "^0.5.1", "mustache": "^2.1.2", "nanoid": "^3.1.31", @@ -21747,7 +21735,7 @@ "http-cache-semantics": "^4.1.0", "httpntlm": "^1.8.10", "iconv-lite": "0.5.1", - "lodash": "^4.17.20", + "lodash": "^4.17.21", "lru-cache": "2.6.3", "match-url-wildcard": "0.0.4", "merge-stream": "^1.0.1", @@ -21809,7 +21797,7 @@ "dedent": "^0.6.0", "highlight-es": "^1.0.0", "is-jquery-obj": "^0.1.0", - "lodash": "^4.14.0", + "lodash": "^4.17.21", "moment": "^2.14.1", "mustache": "^2.2.1", "os-family": "^1.0.0", diff --git a/package.json b/package.json index 86f06ed..b43773b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "debug": "4.3.1", "dedent": "^0.7.0", "endpoint-utils": "^1.0.2", - "lodash": "^4.17.4", + "lodash": "^4.17.21", "mustache": "^2.3.0", "node-ipc": "9.2.1", "os-family": "^1.0.0", @@ -63,5 +63,8 @@ "testcafe": "*", "tmp": "0.0.28" }, - "types": "./ts-defs/index.d.ts" + "types": "./ts-defs/index.d.ts", + "overrides": { + "lodash": "^4.17.21" + } }