Skip to content

Commit

Permalink
chore(deps): update dependency mkdirp to ^0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2022
1 parent 182a12a commit 0ad3891
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"husky": "^4.3.5",
"lnfs-cli": "^2.1.0",
"lodash": "^4.17.20",
"mkdirp": "^0.5.1",
"mkdirp": "^0.5.6",
"mocha": "^6.1.4",
"nyc": "^13.3.0",
"parcel-bundler": "^1.12.4",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4691,13 +4691,20 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"

[email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
[email protected]:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
dependencies:
minimist "0.0.8"

mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.6, mkdirp@~0.5.1:
version "0.5.6"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6"
integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==
dependencies:
minimist "^1.2.6"

mocha@^6.1.4:
version "6.1.4"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.1.4.tgz#e35fada242d5434a7e163d555c705f6875951640"
Expand Down

0 comments on commit 0ad3891

Please sign in to comment.