-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
*misunderstanding* #11771
Copy link
Copy link
Closed as not planned
Labels
proposalThis issue is a proposal, usually non-trivial changeThis issue is a proposal, usually non-trivial change
Description
Have you read the Contributing Guidelines on issues?
- I have read the Contributing Guidelines on issues.
Motivation
https://github.com/vercel/serve/releases
The latest version of serve-handler (v14.2.6) has just updated the versions of its dependencies to patch their security vulnerabilities. However, that used by Docusaurus is too old to get its benefits:
| "serve-handler": "^6.1.6", |
There is a PR to use ^ versioning there: https://github.com/vercel/serve/pull/847; Docusaurus will not get benefit from it even if it is merged and shipped.
You need to override a transitive dependency You have only to minimatch to silence Dependabot, which is not a healthy practice.(p)npm update.
Self-service
- I'd be willing to do some initial work on this proposal myself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
proposalThis issue is a proposal, usually non-trivial changeThis issue is a proposal, usually non-trivial change