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 Mar 14, 2022
1 parent 8ed4ef4 commit ae2d600
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 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
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -816,10 +816,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.2"
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-1.0.2.tgz#8d0bad7aa793abe551860be1f7ae7f3198c16666"
integrity sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -2864,6 +2864,11 @@ mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mkdirp@^1.0.0:
version "1.0.4"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

[email protected]:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
Expand Down

0 comments on commit ae2d600

Please sign in to comment.