diff --git a/package-lock.json b/package-lock.json index e8a28ff..1b72570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7904,9 +7904,9 @@ } }, "node_modules/lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "node_modules/lodash.debounce": { @@ -15561,7 +15561,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" } }, @@ -17893,7 +17893,7 @@ "integrity": "sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==", "dev": true, "requires": { - "lodash": "^4.17.15" + "lodash": "^4.17.21" } }, "gulp": { @@ -18481,7 +18481,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", @@ -18993,9 +18993,9 @@ } }, "lodash": { - "version": "4.17.20", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", - "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.debounce": { @@ -20203,7 +20203,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", @@ -21712,7 +21712,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", @@ -21932,7 +21932,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", @@ -22047,7 +22047,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", @@ -22153,7 +22153,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 b276a19..3aa608c 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,8 @@ "peerDependencies": { "testcafe": ">1.0.0" }, - "types": "./ts-defs/index.d.ts" + "types": "./ts-defs/index.d.ts", + "overrides": { + "lodash": "^4.17.21" + } }