Skip to content

Commit

Permalink
build(dependencies): upgrade mkdirp to from 0.5.6 to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Apr 5, 2022
1 parent 27e745e commit d31fe9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
"less": "^3.7.1 || ^4.0.0",
"map-stream": "^0.1.0",
"merge-stream": "^2.0.0",
"mkdirp": "^0.5.1",
"mkdirp": "^1.0.4",
"normalize-path": "^3.0.0",
"replace-ext": "^1.0.0",
"require-dot-file": "^0.4.0",
Expand Down
12 changes: 5 additions & 7 deletions yarn.lock
Expand Up @@ -2889,7 +2889,7 @@ mimic-fn@^2.1.0:
dependencies:
brace-expansion "^1.1.7"

minimist@^1.1.0, minimist@^1.2.5, minimist@^1.2.6:
minimist@^1.1.0, minimist@^1.2.5:
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
Expand All @@ -2902,12 +2902,10 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"

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"
mkdirp@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

ms@2.0.0:
version "2.0.0"
Expand Down

0 comments on commit d31fe9a

Please sign in to comment.