-
Notifications
You must be signed in to change notification settings - Fork 798
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 deps #287
Bump deps #287
Conversation
@@ -52,7 +51,7 @@ function outputChangelog (args, newVersion) { | |||
|
|||
function createIfMissing (args) { | |||
try { | |||
accessSync(args.infile, fs.F_OK) | |||
fs.accessSync(args.infile) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
F_OK
is the default so removed that since fs.F_OK
is also deprecated in favor of fs.constants.F_OK
1 similar comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@LinusU I apologize, I created a conflict with your branch while patching some security issues. Suppose I could get you to rebase? |
renovate bot should now hopefully be setup to perform this action automatically. |
>=6
(missed doing that in chore: update a few deps (fixing security issues) #274 I guess?)