Skip to content

Commit 0424378

Browse files
Bump mkdirp from 0.5.1 to 1.0.4
Bumps [mkdirp](https://github.com/isaacs/node-mkdirp) from 0.5.1 to 1.0.4. - [Release notes](https://github.com/isaacs/node-mkdirp/releases) - [Changelog](https://github.com/isaacs/node-mkdirp/blob/master/CHANGELOG.md) - [Commits](isaacs/node-mkdirp@0.5.1...v1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ccd773b commit 0424378

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"heimdalljs": "^0.3.2",
4040
"jscs": "^2.11.0",
4141
"jshint": "^2.12.0",
42-
"mkdirp": "^0.5.1",
42+
"mkdirp": "^1.0.4",
4343
"ora": "^3.4.0",
4444
"promise-map-series": "^0.2.2",
4545
"qunit": "^2.10.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,6 +1727,11 @@ mkdirp@0.x.x, mkdirp@^0.5.0, mkdirp@^0.5.1:
17271727
dependencies:
17281728
minimist "0.0.8"
17291729

1730+
mkdirp@^1.0.4:
1731+
version "1.0.4"
1732+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
1733+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1734+
17301735
ms@0.7.1:
17311736
version "0.7.1"
17321737
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098"

0 commit comments

Comments
 (0)