Fix vulnerable version of pnpm packages - #4009
Open
pmachapman wants to merge 1 commit into
Open
Conversation
pmachapman
temporarily deployed
to
screenshot_diff
July 29, 2026 01:59 — with
GitHub Actions
Inactive
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4009 +/- ##
==========================================
+ Coverage 81.04% 81.05% +0.01%
==========================================
Files 660 660
Lines 43014 43033 +19
Branches 7050 7056 +6
==========================================
+ Hits 34861 34881 +20
Misses 6981 6981
+ Partials 1172 1171 -1 ☔ View full report in Codecov by Harness. |
pmachapman
force-pushed
the
update/pnpm-dependencies
branch
from
July 29, 2026 20:27
63096f0 to
64a5437
Compare
pmachapman
temporarily deployed
to
screenshot_diff
July 29, 2026 20:34 — with
GitHub Actions
Inactive
pmachapman
force-pushed
the
update/pnpm-dependencies
branch
from
August 2, 2026 19:41
64a5437 to
f1fdbe6
Compare
pmachapman
temporarily deployed
to
screenshot_diff
August 2, 2026 19:48 — with
GitHub Actions
Inactive
RaymondLuong3
approved these changes
Aug 6, 2026
RaymondLuong3
left a comment
Collaborator
There was a problem hiding this comment.
@RaymondLuong3 reviewed 9 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on pmachapman).
RaymondLuong3
force-pushed
the
update/pnpm-dependencies
branch
from
August 6, 2026 17:42
f1fdbe6 to
0d97c14
Compare
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.
This PR fixes around half of the vulnerable dependencies for pnpm packages. These were ones that
pnpm audit --fix updatecouldn't resolve outright as they had other dependencies blocking them.The most of the rest of the issues should be resolved with an update to Angular 22 which was release in June.
This change is