-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix: resolve high-severity dependabot alerts #5612
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
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 |
|---|---|---|
|
|
@@ -113,7 +113,11 @@ | |
| "is-core-module": "<=2.13.1", | ||
| "error-ex": "<=1.3.2", | ||
| "has-ansi": "<=5.0.1", | ||
| "oxc-parser": "0.56.5" | ||
| "oxc-parser": "0.56.5", | ||
| "node-forge": ">=1.4.0", | ||
| "picomatch": ">=4.0.4", | ||
| "path-to-regexp": ">=8.4.0", | ||
| "fast-xml-parser": ">=5.5.6" | ||
|
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 forces incompatible fast-xml-parser on AWS SDKMedium Severity The Additional Locations (2) |
||
| }, | ||
| "patchedDependencies": { | ||
| "@changesets/assemble-release-plan@6.0.6": "patches/@changesets__assemble-release-plan@6.0.6.patch" | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Override forces incompatible path-to-regexp on wrangler
Medium Severity
The
path-to-regexpoverride>=8.4.0forceswrangler@3.81.0(depends on^6.3.0) andwrangler@4.25.1(depends on^6.2.1) to resolve to8.4.1. Thepath-to-regexpAPI changed significantly between 6.x and 8.x:pathToRegexp()returns{ regexp, keys }instead of aRegExp,loosemode was removed, group suffixes were removed, and wildcard syntax changed. This could break wrangler's route matching during local dev and deployment. Similarly affects@opennextjs/awswhich also depends on 6.x.Additional Locations (2)
pnpm-lock.yaml#L45402-L45403pnpm-lock.yaml#L45425-L45426