Week3/day1.part0.md - Vulnerabilities identified when running npm install for first time - #7
Open
DLL888 wants to merge 3 commits into
Open
Week3/day1.part0.md - Vulnerabilities identified when running npm install for first time#7DLL888 wants to merge 3 commits into
DLL888 wants to merge 3 commits into
Conversation
…entified by running npm install.
…dentified during when npm install is run
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.
Overview
During week3 day 1 part 0, when running
npm installfor the first time, students may receive warnings about vulnerabilities identified in some of the packages contained in our project dependencies. This PR contains an updated set of instructions to address these warnings in Week3/day1.part0.md. The results of performing these steps were applied, which modified some files in this project. They are are included in this PR:Tests Performed
As of Aug. 15, 2026 the audit runs with 0 vulnerabilities. The app was tested locally with
npm run devand also as a Docker container run locally using the subsequent instructions in Week3/day1.part0.md and everything ran successfully on an Apple M4 Pro. Cloud deployment not yet verified.