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-07-05 05:29:16 +00:00
committed by Alexis Tyler
parent fe54ea0a9d
commit d79d442736
2 changed files with 19 additions and 4 deletions

21
package-lock.json generated
View File

@@ -4544,6 +4544,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": {
@@ -5430,6 +5438,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": {
@@ -10493,9 +10508,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

@@ -112,7 +112,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",
"pidusage": "^2.0.21",
"pify": "^5.0.0",
"pretty-bytes": "^5.6.0",