You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this isn't just a me problem: I'm still getting npm audit warnings from the webpack-dev-server dependency (and specifically the issues of yargs-parser) on a fresh install. I know the dependency was updated in #8970 and released in #8975, but either npm seems to be serving a stale version of the package.json file, or the package.json file was not updated correctly on npm.
Reproduction steps
mkdir asdf
cd asdf
npm i react-scripts
grep webpack-dev-server | node_modules/react-scripts/package.json
Expected behavior
grep will return "webpack-dev-server": "3.11.0".
Actual behavior
grep returns "webpack-dev-server": "3.10.3".
The text was updated successfully, but these errors were encountered:
I hope this isn't just a me problem: I'm still getting
npm audit
warnings from thewebpack-dev-server
dependency (and specifically the issues ofyargs-parser
) on a fresh install. I know the dependency was updated in #8970 and released in #8975, but either npm seems to be serving a stale version of the package.json file, or the package.json file was not updated correctly on npm.Reproduction steps
Expected behavior
grep
will return"webpack-dev-server": "3.11.0"
.Actual behavior
grep
returns"webpack-dev-server": "3.10.3"
.The text was updated successfully, but these errors were encountered: