-
Notifications
You must be signed in to change notification settings - Fork 16
Address current dependency issues #1755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -43,12 +43,12 @@ | |||||
| "lodash@>=4.0.0 <=4.17.22": ">=4.17.23", | ||||||
| "lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23", | ||||||
| "markdown-it@>=14.0.0 <14.1.1": ">=14.1.1", | ||||||
| "tar@<=7.5.9": "^7.5.10", | ||||||
| "tar@<=7.5.10": "^7.5.11", | ||||||
| "ajv@<8.18.0": ">=8.18.0", | ||||||
| "minimatch@<10.2.3": ">=10.2.3", | ||||||
| "rollup@>=4.0.0 <4.59.0": ">=4.59.0", | ||||||
| "svgo@>=3.0.0 <3.3.3": "^3.3.3", | ||||||
| "@hono/node-server@<1.19.10": "^1.19.10" | ||||||
| "ponder>@hono/node-server@<1.19.10": "^1.19.10" | ||||||
| }, | ||||||
| "ignoredBuiltDependencies": [ | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Override scope narrowed — may leave other consumers unprotected The previous override key If any other package in the monorepo (or any future package added to the workspace) transitively pulls in Since the stated goal of this PR is to address security issues, the broader global override was strictly safer. If the intention is to scope this specifically to ponder (because only ponder's transitive resolution needed fixing), that should be documented. Otherwise, consider reverting to the global form:
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't need global overrides but explicit ones. That is the intent. |
||||||
| "bun" | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.