fix: bump @plures/praxis to 2.4.33 to resolve no-known-vulns dimension#66
Merged
kayodebristol merged 2 commits intomainfrom Mar 26, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/plures/chronos/sessions/a424eec5-5209-4bfe-bb79-c8324a9d3351 Co-authored-by: kayodebristol <3579196+kayodebristol@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix repo health dimension no-known-vulns to reach 100%
fix: bump @plures/praxis to 2.4.33 to resolve no-known-vulns dimension
Mar 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s single runtime dependency to a newer, non-vulnerable release so the no-known-vulns health dimension returns to 100%.
Changes:
- Bump
@plures/praxisfrom^2.4.27to^2.4.33inpackage.json - Update
package-lock.jsonto resolve and lock@plures/praxisat2.4.33
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the declared dependency range for @plures/praxis to the clean release. |
| package-lock.json | Updates the resolved tarball/version + integrity to lock installs to 2.4.33. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kayodebristol
approved these changes
Mar 26, 2026
Contributor
kayodebristol
left a comment
There was a problem hiding this comment.
Auto-approved: CI green + Copilot code review complete.
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.
The
no-known-vulnshealth dimension was at 0% because@plures/praxiswas pinned to2.4.27while2.4.33is the current clean release.Changes
package.json:^2.4.27→^2.4.33package-lock.json: resolved version locked to2.4.33Original prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.