Skip to content

Commit f616f97

Browse files
committed
Update dependency mkdirp to v1
1 parent ff7be4b commit f616f97

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
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.3",
2525
"mocha": "7.1.0"
2626
}
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"listr": "0.14.3",
9999
"long": "3.2.0",
100100
"merge2": "1.3.0",
101-
"mkdirp": "0.5.3",
101+
"mkdirp": "1.0.3",
102102
"mocha": "7.1.0",
103103
"mz": "2.7.0",
104104
"npm-run-all": "4.1.5",

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10190,11 +10190,6 @@ [email protected], [email protected], minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3,
1019010190
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
1019110191
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
1019210192

10193-
minimist@^1.2.5:
10194-
version "1.2.5"
10195-
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
10196-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
10197-
1019810193
minimist@~0.0.1:
1019910194
version "0.0.10"
1020010195
resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
@@ -10253,14 +10248,7 @@ mkdirp@*, [email protected], [email protected], "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0
1025310248
dependencies:
1025410249
minimist "0.0.8"
1025510250

10256-
10257-
version "0.5.3"
10258-
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.3.tgz#5a514b7179259287952881e94410ec5465659f8c"
10259-
integrity sha512-P+2gwrFqx8lhew375MQHHeTlY8AuOJSrGf0R5ddkEndUkmwpgUob/vQuBD1V22/Cw1/lJr4x+EjllSezBThzBg==
10260-
dependencies:
10261-
minimist "^1.2.5"
10262-
10263-
mkdirp@^1.0.3:
10251+
[email protected], mkdirp@^1.0.3:
1026410252
version "1.0.3"
1026510253
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.3.tgz#4cf2e30ad45959dddea53ad97d518b6c8205e1ea"
1026610254
integrity sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==

0 commit comments

Comments
 (0)