-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update debug package to version 4.0.0 #1243
Comments
v1.x is already fixed on #1241, please reinstall and it will be fixed now. |
https://github.com/koajs/koa/blob/master/package.json#L30 koa master need to update |
https://github.com/koajs/koa/pull/1241/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R28 3.2.4 is what causing the deprecation warning. I doubt that change will remove the warning message. Perhaps pin the package to exact 3.1.0? |
@ryanelian I'm going to pin |
I am getting warnings in my CI due to updated debug package:
3.2.0 wrongly released as minor version debug-js/debug#603 (comment)
https://github.com/visionmedia/debug/releases/tag/4.0.0
The
debug
project recommends a package update to version 4.0.0 to mitigate vulnerabilities and performance improvement.The text was updated successfully, but these errors were encountered: