We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running yarn audit on the client folder is giving the following error preventing deployment:
yarn audit
client
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ high │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ immer │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=8.0.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ react-scripts │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ react-scripts > react-dev-utils > immer │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/1603 │ └───────────────┴──────────────────────────────────────────────────────────────┘
This isn't an issue as per facebook/create-react-app#10411 (comment) but will need to be resolved to prevent yarn audit errors.
An official fix will be available in a few days, temporarily we will use a yarn resolution for this package to prevent the error.
yarn resolution
The text was updated successfully, but these errors were encountered:
chapmanio
No branches or pull requests
Running
yarn audit
on theclient
folder is giving the following error preventing deployment:This isn't an issue as per facebook/create-react-app#10411 (comment) but will need to be resolved to prevent
yarn audit
errors.An official fix will be available in a few days, temporarily we will use a
yarn resolution
for this package to prevent the error.The text was updated successfully, but these errors were encountered: