Skip to content

Commit

Permalink
chore(deps): update dependency mkdirp to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2023
1 parent 7dfbd5c commit c46e2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"@types/node": "18.15.11",
"eslint": "^8.38.0",
"lnfs-cli": "^2.1.0",
"mkdirp": "^1.0.4",
"mkdirp": "^3.0.1",
"parcel-bundler": "^1.12.4",
"sourcegraph": "^25.7.0",
"typescript": "^3.9.7"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4668,10 +4668,10 @@ mkdirp@^0.5.1, mkdirp@~0.5.1:
dependencies:
minimist "^1.2.5"

mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
mkdirp@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==

[email protected]:
version "2.0.0"
Expand Down

0 comments on commit c46e2cf

Please sign in to comment.