Skip to content

Commit

Permalink
fix(deps): update dependency find-cache-dir to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent c069dfb commit 0c7a0eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^5.3.0",
"commander": "^10.0.1",
"find-cache-dir": "^4.0.0",
"find-cache-dir": "^5.0.0",
"find-up": "^6.3.0",
"fs-extra": "^11.1.1",
"fast-glob": "^3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2627,10 +2627,10 @@ fill-range@^7.0.1:
dependencies:
to-regex-range "^5.0.1"

find-cache-dir@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
find-cache-dir@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-5.0.0.tgz#69d1a9b77bbe39aea078dbede99d277a170d3079"
integrity sha512-OuWNfjfP05JcpAP3JPgAKUhWefjMRfI5iAoSsvE24ANYWJaepAtlSgWECSVEuRgSXpyNEc9DJwG/TZpgcOqyig==
dependencies:
common-path-prefix "^3.0.0"
pkg-dir "^7.0.0"
Expand Down

0 comments on commit 0c7a0eb

Please sign in to comment.