Skip to content

Commit

Permalink
fix(deps): update dependency mkdirp to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 424a858 commit dfc32d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion commands/protractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"highlight.js": "10.1.2",
"import-cwd": "3.0.0",
"jimp": "0.16.1",
"mkdirp": "1.0.4",
"mkdirp": "3.0.1",
"mocha": "8.1.1",
"moment": "2.27.0",
"yargs": "16.0.3"
Expand Down
2 changes: 1 addition & 1 deletion commands/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@after-work.js/watch-plugin": "7.0.0-alpha.1",
"chrome-launcher": "0.13.4",
"import-cwd": "3.0.0",
"mkdirp": "0.5.5",
"mkdirp": "3.0.1",
"puppeteer-core": "5.2.1",
"terminal-image": "1.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/chai-plugin-screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@after-work.js/utils": "7.0.0-alpha.1",
"jimp": "0.16.1",
"mkdirp": "1.0.4"
"mkdirp": "3.0.1"
},
"files": [
"/src"
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8423,12 +8423,17 @@ mkdirp-promise@^5.0.1:
dependencies:
mkdirp "*"

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

mkdirp@0.5.5, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5:
mkdirp@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==

mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.3, mkdirp@^0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
Expand Down

0 comments on commit dfc32d4

Please sign in to comment.