-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Please update jpeg-js #359
Comments
I don't know if it's only me, but I still have the I did try running |
@kockok you mean flagged them on your github repo or locally? If on repo then you must manually resolve them by clicking the dropdown on top right (under Security tab) and then select the resolve option that suits you. |
@efstathiosntonas No, I just ran |
@kockok try ./node_modules//@jimp/jpeg/package.json: "jpeg-js": "0.4.2"
./node_modules//react-native-bootsplash/package.json: "jpeg-js": "0.4.4" |
@zoontek it seems |
@kockok and everyone else affected by this, just add this in yarn: "resolutions": {
"jpeg-js": "0.4.4"
} in case of npm use npm-force-resolutions |
Version has been pinned for yarn: react-native-bootsplash/package.json Line 68 in ed78d2c
For npm 8+, you can use overrides: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides in your own package.json. I will update the package again once jimp will be updated. |
FYI jimp has been updated with the security fix: https://github.com/oliver-moran/jimp/releases/tag/v0.16.2 |
@conceptualspace Thanks for the info! Do you have a bit of time to shoot a PR? (and remove the pined versions of |
done: #396 cheers |
Thank you both! |
Bug summary
Library version
"react-native-bootsplash": "^4.1.5"
Environment info
Steps to reproduce
Reproducible sample code
`npm audit`
The text was updated successfully, but these errors were encountered: