-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(platform): Fix NPM security vulnerabilities upgrade next 14.2.4 -> 14.2.13 #8198
Merged
majdyz
merged 2 commits into
Significant-Gravitas:master
from
MichaelSheinman:fix-vulnerabilities
Sep 27, 2024
Merged
fix(platform): Fix NPM security vulnerabilities upgrade next 14.2.4 -> 14.2.13 #8198
majdyz
merged 2 commits into
Significant-Gravitas:master
from
MichaelSheinman:fix-vulnerabilities
Sep 27, 2024
Conversation
This file contains 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
MichaelSheinman
requested review from
Torantulino and
majdyz
and removed request for
a team
September 27, 2024 00:38
PR Reviewer Guide π(Review updated until commit 6e655bf)
|
β Deploy Preview for auto-gpt-docs canceled.
|
Thank you for raising this! |
Ah cool, didn't notice! Will close this one and left an approval on that one |
majdyz
changed the title
[DRAFT] Fix npm security vulnerabilities
fix(platform): Fix NPM security vulnerabilities upgrade next 14.2.4 -> 14.2.13
Sep 27, 2024
Actually, I can merge this PR instead to log your contrition, thanks :) |
Persistent review updated to latest commit 6e655bf |
majdyz
approved these changes
Sep 27, 2024
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.
Background
Noticed 4 securitiy vulnerabilities when following the frontend setup guide
Changes ποΈ
npm audit fix --force
to fix dependency resolutionBefore:
After:
Testing π
Ran backend & frontend locally and verified application is working as expected.
The title unit tests are failing but I believe this is expected as: #8109 is new and still WIP
Still testing code pathways further..