Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 5 additions & 31 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 @@ -43,7 +43,7 @@
"eslint-plugin-jsdoc": "^63.0.13",
"react": "^19.2.4",
"react-dom": "^19.2.7",
"undici": "7.29.0"
"undici": "8.10.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Dependency baseline rejects the upgrade

The required baseline test still pins Undici 7.29.0, its old tarball, and its old integrity hash. npm test fails on this change.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Security baseline still names 7.29.0

The reviewed dependency decision, diagram, and references still approve Undici 7.29.0. They no longer describe the lock this PR installs.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

},
"overrides": {
"brace-expansion": "5.0.9",
Expand Down
Loading