fullstack-hy2020 / fullstack-hy2020.github.io

Home Page:https://fullstack-hy2020.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

part 7e - "React/node-application security" references create-react-app

bambery opened this issue · comments

From: https://fullstackopen.com/en/part7/class_components_miscellaneous#react-node-application-security

Running npm audit fix --force would upgrade the library version but would also upgrade the library react-scripts and that would potentially break down the development environment. So we will leave the library upgrades for later...

Except this justification no longer makes sense, as react-scripts is a create-react-app library, and no longer used. There are 4 total references in this section to react-scripts that should be removed. I would submit a PR, but I don't know what the desired content/context is in the new vite world.