Skip to content

Commit

Permalink
Update dependency make-dir to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent f2cde79 commit 97eb9f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"debug": "4.3.4",
"make-dir": "4.0.0"
"make-dir": "5.0.0"
},
"scripts": {
"test": "jest",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3286,12 +3286,10 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

make-dir@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-4.0.0.tgz#c3c2307a771277cd9638305f915c29ae741b614e"
integrity sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==
dependencies:
semver "^7.5.3"
make-dir@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-5.0.0.tgz#39b41251426eb8cff94de63bbef62e66ccbb538f"
integrity sha512-G0yBotnlWVonPClw+tq+xi4K7DZC9n96HjGTBDdHkstAVsDkfZhi1sTvZypXLpyQTbISBkDtK0E5XlUqDsShQg==

make-dir@^3.0.0:
version "3.1.0"
Expand Down

0 comments on commit 97eb9f1

Please sign in to comment.