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] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-01-28 05:21:55 +00:00
committed by Alexis Tyler
parent 1ff3bcab06
commit 079dd090d7
2 changed files with 19 additions and 4 deletions

21
package-lock.json generated
View File

@@ -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",

View File

@@ -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",