Skip to content

Commit

Permalink
fix(deps): update dependency mkdirp to v3
Browse files Browse the repository at this point in the history
* fix(deps): update dependency mkdirp to v3

* adapt for latest `mkdirp`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gregor Martynus <[email protected]>
  • Loading branch information
renovate[bot] and gr2m committed Jun 7, 2023
1 parent 15de78d commit eba61dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/octokit-plugin-cache.js
@@ -1,7 +1,7 @@
import { URL } from "url";
import { dirname, join } from "path";

import mkdirp from "mkdirp";
import { mkdirp } from "mkdirp";
import jsonfile from "jsonfile";

export function cache(octokit, { octoherd: { cache } }) {
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"clipboardy": "^3.0.0",
"enquirer": "^2.3.6",
"jsonfile": "^6.0.1",
"mkdirp": "^2.0.0",
"mkdirp": "^3.0.0",
"tempy": "^3.0.0",
"yargs": "^17.0.0-candidate.10"
},
Expand Down

0 comments on commit eba61dd

Please sign in to comment.