Skip to content

Commit

Permalink
Bump find-up from 5.0.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [find-up](https://github.com/sindresorhus/find-up) from 5.0.0 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/find-up/releases)
- [Commits](sindresorhus/find-up@v5.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: find-up
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent d46b100 commit bb378fc
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/lerna-workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"@node-kit/extra.fs": "workspace:*",
"find-up": "^5.0.0"
"find-up": "^7.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@node-kit/extra.fs": "workspace:*",
"@pnpm/error": "^5.0.2",
"find-up": "^5.0.0"
"find-up": "^7.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/what-pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@pkgjs/parseargs": "^0.11.0",
"find-up": "^5.0.0",
"find-up": "^7.0.0",
"pm-info": "workspace:*",
"workspace-root": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/yarn-workspace-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"dependencies": {
"@node-kit/extra.fs": "workspace:*",
"find-up": "^5.0.0",
"find-up": "^7.0.0",
"micromatch": "^4.0.5"
},
"devDependencies": {
Expand Down
67 changes: 59 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit bb378fc

Please sign in to comment.