Skip to content

Commit 77557fe

Browse files
fix(deps): update dependency path-type to v6 (#6358)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f39bf0c commit 77557fe

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

package-lock.json

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"p-map": "^7.0.0",
107107
"p-reduce": "^3.0.0",
108108
"path-exists": "^5.0.0",
109-
"path-type": "^5.0.0",
109+
"path-type": "^6.0.0",
110110
"pkg-dir": "^8.0.0",
111111
"pretty-ms": "^8.0.0",
112112
"ps-list": "^8.0.0",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"node-fetch": "^3.3.1",
7979
"omit.js": "^2.0.2",
8080
"p-locate": "^6.0.0",
81-
"path-type": "^5.0.0",
81+
"path-type": "^6.0.0",
8282
"tomlify-j0.4": "^3.0.0",
8383
"validate-npm-package-name": "^4.0.0",
8484
"yargs": "^17.6.0"

0 commit comments

Comments
 (0)