From ed48950e738a3763969f379736694beda6dbd27d Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Tue, 26 Feb 2019 12:40:32 -0800 Subject: [PATCH] fix(deps): cosmiconfig ^5.1.0 --- core/project/package.json | 2 +- package-lock.json | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/core/project/package.json b/core/project/package.json index 5a7f910052..1cbdebb1ea 100644 --- a/core/project/package.json +++ b/core/project/package.json @@ -34,7 +34,7 @@ "dependencies": { "@lerna/package": "file:../package", "@lerna/validation-error": "file:../validation-error", - "cosmiconfig": "^5.0.2", + "cosmiconfig": "^5.1.0", "dedent": "^0.7.0", "dot-prop": "^4.2.0", "glob-parent": "^3.1.0", diff --git a/package-lock.json b/package-lock.json index dbea8c1506..244ade8a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -813,7 +813,7 @@ "requires": { "@lerna/package": "file:core/package", "@lerna/validation-error": "file:core/validation-error", - "cosmiconfig": "^5.0.2", + "cosmiconfig": "^5.1.0", "dedent": "^0.7.0", "dot-prop": "^4.2.0", "glob-parent": "^3.1.0", @@ -1996,13 +1996,14 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "cosmiconfig": { - "version": "5.0.7", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.0.7.tgz", - "integrity": "sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.1.0.tgz", + "integrity": "sha512-kCNPvthka8gvLtzAxQXvWo4FxqRB+ftRZyPZNuab5ngvM9Y7yw7hbEysglptLgpkGX9nAOKTBVkHUAe8xtYR6Q==", "requires": { "import-fresh": "^2.0.0", "is-directory": "^0.3.1", "js-yaml": "^3.9.0", + "lodash.get": "^4.4.2", "parse-json": "^4.0.0" } },