Skip to content

Commit bbb3433

Browse files
Update dependency mkdirp to v1 (#2583)
Co-authored-by: Christina Holland <[email protected]>
1 parent f0a0dc9 commit bbb3433

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

integration/browserify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"karma-mocha": "1.3.0",
2222
"karma-sauce-launcher": "1.2.0",
2323
"karma-spec-reporter": "0.0.32",
24-
"mkdirp": "0.5.3",
24+
"mkdirp": "1.0.4",
2525
"mocha": "7.1.0"
2626
}
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"lodash": "4.17.15",
109109
"long": "3.2.0",
110110
"merge2": "1.3.0",
111-
"mkdirp": "0.5.3",
111+
"mkdirp": "1.0.4",
112112
"mocha": "7.1.0",
113113
"mz": "2.7.0",
114114
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10353,12 +10353,10 @@ [email protected]:
1035310353
dependencies:
1035410354
minimist "0.0.8"
1035510355

10356-
10357-
version "0.5.3"
10358-
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
10359-
integrity sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==
10360-
dependencies:
10361-
minimist "^1.2.5"
10356+
10357+
version "1.0.4"
10358+
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
10359+
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
1036210360

1036310361
"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.4:
1036410362
version "0.5.5"

0 commit comments

Comments
 (0)