-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump cookie
to v0.7.0
#2
Comments
Thank you for fixing this! Any ETA on a release to NPM? |
@Eric-Arellano, I've opened a pull request to add release automation to this package (see #4). If we get it merged, I will see the release to NPM. All the following releases will be published automatically on merge to |
@thepassle Any chance to get a new version of this module on npm that includes this fix? 🙏 |
For anyone trying to fix the recent security issue - just found out you can add the following to "overrides": {
"@bundled-es-modules/cookie": {
"cookie": ">=0.7.0"
}
} which will force installation of the patched version of |
There was a vulnerability which was fixed in v0.7.0. Since this library depends on
cookie
and has strict version range, it can't be updated to 0.7.0.The text was updated successfully, but these errors were encountered: