Skip to content

package.json on npm does not include updated webpack-dev-server dependency #9070

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

Closed
tatebosler opened this issue May 28, 2020 · 1 comment
Closed

Comments

@tatebosler
Copy link

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".

@tatebosler
Copy link
Author

Whoops, this is a duplicate of #9033, so I'll go ahead and close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant