Skip to content

Commit

Permalink
Update dependency mkdirp to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 20, 2020
1 parent d5ec905 commit abf7c6e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@types/mkdirp": "^0.5.2",
"@types/mkdirp": "^1.0.0",
"@types/ncp": "^2.0.1",
"@types/node": "^13.1.0",
"@types/node-fetch": "^2.5.0",
Expand All @@ -82,7 +82,7 @@
"@types/xml2js": "^0.4.4",
"@types/yauzl": "^2.9.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mkdirp": "^1.0.0",
"mvn-artifact-download": "^5.0.0",
"ncp": "^2.0.0",
"node-fetch": "^2.6.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=

"@types/mkdirp@^0.5.2":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f"
integrity sha512-U5icWpv7YnZYGsN4/cmh3WD2onMY0aJIiTE6+51TwJCttdHvtCYmkBNOobHlXwrJRL0nkH9jH4kD+1FAdMN4Tg==
"@types/mkdirp@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-1.0.0.tgz#16ce0eabe4a9a3afe64557ad0ee6886ec3d32927"
integrity sha512-ONFY9//bCEr3DWKON3iDv/Q8LXnhaYYaNDeFSN0AtO5o4sLf9F0pstJKKKjQhXE0kJEeHs8eR6SAsROhhc2Csw==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -3118,7 +3118,7 @@ mixin-deep@^1.2.0:
for-in "^1.0.2"
is-extendable "^1.0.1"

[email protected]:
[email protected], mkdirp@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
Expand Down

0 comments on commit abf7c6e

Please sign in to comment.