Closed github-learning-lab[bot] closed 3 years ago
Great job, @zachallen8, your pull request looks good. Thank you for fixing the vulnerable dependency!
Note: You might notice that this repository has a package.json
file, but no package-lock.json
file. We are doing all parts of this activity on GitHub.com. If you work with other repositories, you might notice some differences. Regardless of what dependency files you use, the main concepts of this course still apply.
Nice job merging @zachallen8. Go ahead and delete the branch.
.gitignore
files in the next pull request.
Update the dependency
Next, we'll go through the GitHub Flow to make some changes. If you aren't sure how to do this, try the Introduction to GitHub course and then come back to give it another try.
Step 4: Updating dependency versions
Now that you know the recommended version, it's time to edit the
package.json
file. You'll upgrade the package to a non-vulnerable version.:keyboard: Activity: Update the
package.json
file...
) in the right upper corner and click Edit file to edit thepackage.json
file.