Update smol-toml to 1.7.1 - #244
abdulahmad307 with Copilot wants to merge 1 commit into
Conversation
Co-authored-by: abdulahmad307 <204748719+abdulahmad307@users.noreply.github.com>
|
to fix this: https://github.com/github/vuln-mgmt/issues/250126 |
|
@copilot is the override necessary? or is the update in package-lock.json enough? |
There was a problem hiding this comment.
🟢 Approval recommended
The override and lockfile consistently resolve the vulnerable dependency to the patched release.
Pull request overview
Updates the transitive smol-toml dependency to the patched version addressing its denial-of-service vulnerability.
Changes:
- Adds an npm override for
smol-toml@1.7.1. - Updates the lockfile resolution and integrity metadata.
File summaries
| File | Description |
|---|---|
package.json |
Forces the patched transitive dependency version. |
package-lock.json |
Locks smol-toml to version 1.7.1. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
The override is necessary. |
|
@abdulahmad307 looks like the low-priority vulnerability patch isn't due til January, and the override won't be necessary once the release mentioned DavidAnson/markdownlint-cli2#936 happens upstream; wonder if we should just wait and see if that can fix it. |
I can close for now |
Updates the transitive
smol-tomlresolution to1.7.1to address the reported security vulnerability.smol-toml@1.7.1.package-lock.jsonso installs resolve the patched version.