From 079dd090d72e678c517d6de3d52d0f0c333be3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 05:21:55 +0000 Subject: [PATCH] chore(deps): bump path-type from 4.0.0 to 5.0.0 Bumps [path-type](https://github.com/sindresorhus/path-type) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/sindresorhus/path-type/releases) - [Commits](https://github.com/sindresorhus/path-type/compare/v4.0.0...v5.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 21 ++++++++++++++++++--- package.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee811353b..9220f8be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4437,6 +4437,14 @@ "parse-json": "^5.0.0", "path-type": "^4.0.0", "yaml": "^1.10.0" + }, + "dependencies": { + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + } } }, "cpx": { @@ -5336,6 +5344,13 @@ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "requires": { "path-type": "^4.0.0" + }, + "dependencies": { + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + } } }, "dkim-signer": { @@ -10845,9 +10860,9 @@ "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" }, "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" }, "performance-now": { "version": "2.1.0", diff --git a/package.json b/package.json index 98fd562b8..0b57279b7 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "p-wait-for": "^3.2.0", "package-json": "^6.5.0", "path-exists": "^4.0.0", - "path-type": "^4.0.0", + "path-type": "^5.0.0", "pify": "^5.0.0", "pretty-bytes": "^5.5.0", "pretty-ms": "^7.0.1",