fix: refresh runtime dependency locks#15
Open
zbl1998-sdjn wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refreshes runtime dependency locks to address production npm audit findings, primarily by adding/pinning an undici override and updating the resolved versions in package-lock.json (including @earendil-works/pi-coding-agent within its existing semver range).
Changes:
- Add an
undici@8.5.0override alongside existingprotobufjsandwsoverrides. - Regenerate
package-lock.json, updating resolved versions (notably@earendil-works/pi-coding-agent0.79.4→0.79.8). - Pull in updated transitive dependencies associated with the lock refresh (e.g.,
protobufjs,ws,marked,@mistralai/mistralai).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Adds an undici override to pin a patched version for production audit findings. |
| package-lock.json | Refreshes the lockfile to resolve audit findings and update resolved/transitive dependency versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
60
to
64
| "overrides": { | ||
| "protobufjs": "7.6.4", | ||
| "ws": "8.21.0" | ||
| "ws": "8.21.0", | ||
| "undici": "8.5.0" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
undici@8.5.0override alongside the existing runtimeprotobufjsandwsoverrides.package-lock.json; this moves@earendil-works/pi-coding-agentfrom0.79.4to0.79.8within the existing^0.79.4dependency range.undici,protobufjs, andws.Intent / impact
node >=22.19.0.@earendil-works/pi-coding-agentpackage metadata from0.79.4to0.79.8:main,types,exports,bin, and engines remain compatible for DevSpace's imports. The public type diff only adds exports and does not remove the tool factories DevSpace uses.Verification
npm ci --cache C:\tmp\npm-cache-devspace-pr --registry https://registry.npmjs.orgnpm run typechecknpm testnpm run build(passes with the existing Vite chunk-size warning)npm audit --omit=dev --audit-level=high --cache C:\tmp\npm-cache-devspace-pr --registry https://registry.npmjs.orgnode dist/cli.js doctornpm pack --dry-run --cache C:\tmp\npm-cache-devspace-pr --registry https://registry.npmjs.org