From c688737469683a1e240a3fb9ac65d69e71b768b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Feb 2019 09:23:34 +0000 Subject: [PATCH] Bump read-pkg from 3.0.0 to 4.0.1 Bumps [read-pkg](https://github.com/sindresorhus/read-pkg) from 3.0.0 to 4.0.1. - [Release notes](https://github.com/sindresorhus/read-pkg/releases) - [Commits](https://github.com/sindresorhus/read-pkg/compare/v3.0.0...v4.0.1) Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85406a313..cf6dcc5aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6519,6 +6519,19 @@ "requires": { "find-up": "^2.0.0", "read-pkg": "^3.0.0" + }, + "dependencies": { + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + } } }, "redent": { @@ -6915,13 +6928,13 @@ } }, "read-pkg": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", - "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", + "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", "requires": { - "load-json-file": "^4.0.0", "normalize-package-data": "^2.3.2", - "path-type": "^3.0.0" + "parse-json": "^4.0.0", + "pify": "^3.0.0" } }, "read-pkg-up": { @@ -6970,6 +6983,16 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==" + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } } } }, diff --git a/package.json b/package.json index e56c94a71..f0bc96df6 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "graceful-fs": "^4.1.15", "js-yaml": "^3.12.1", "pretty-hrtime": "^1.0.3", - "read-pkg": "^3.0.0", + "read-pkg": "^4.0.1", "read-pkg-up": "^4.0.0", "resolve": "^1.5.0" },