Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency find-up to v6 (#1245)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency find-up to v6

* chore: fix find-up API

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 2, 2022
1 parent 0ea1a7e commit 93aed16
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 28 deletions.
275 changes: 256 additions & 19 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"es-module-lexer": "^1.0.0",
"execa": "^5.0.0",
"filter-obj": "^2.0.1",
"find-up": "^5.0.0",
"find-up": "^6.0.0",
"glob": "^8.0.3",
"is-builtin-module": "^3.1.0",
"is-path-inside": "^3.0.3",
Expand Down

1 comment on commit 93aed16

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 93aed16 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

largeDepsEsbuild: 2.1s

largeDepsNft: 9.8s

largeDepsZisi: 15.1s

Please sign in to comment.