Skip to content

Commit

Permalink
fix(deps): update dependency find-up to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 93f033d commit cafc3ad
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 5 deletions.
173 changes: 170 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"env-paths": "2.2.1",
"find-up": "5.0.0"
"find-up": "7.0.0"
},
"devDependencies": {
"@ckb-lumos/base": "0.21.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"chalk": "4.1.2",
"decompress": "4.2.1",
"enquirer": "2.4.1",
"find-up": "5.0.0",
"find-up": "7.0.0",
"jsonrepair": "3.5.1",
"lodash": "4.17.21",
"read": "3.0.1"
Expand Down

0 comments on commit cafc3ad

Please sign in to comment.