Skip to content

Commit ff672a5

Browse files
authored
fix(deps): Update dependency path-type to v6 (#245)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [path-type](https://togithub.com/sindresorhus/path-type) | dependencies | major | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/path-type/5.0.0/6.0.0) | --- ### Release Notes <details> <summary>sindresorhus/path-type (path-type)</summary> ### [`v6.0.0`](https://togithub.com/sindresorhus/path-type/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/path-type/compare/v5.0.0...v6.0.0) ##### Breaking - Require Node.js 18 [`2d7d7cb`](https://togithub.com/sindresorhus/path-type/commit/2d7d7cb) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent cf83603 commit ff672a5

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"p-map": "^7.0.0",
104104
"p-timeout": "^6.1.2",
105105
"path-exists": "^5.0.0",
106-
"path-type": "^5.0.0",
106+
"path-type": "^6.0.0",
107107
"semver": "^7.5.4",
108108
"uuid": "^10.0.0",
109109
"winston": "^3.10.0",

0 commit comments

Comments
 (0)