-
Notifications
You must be signed in to change notification settings - Fork 15
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
Updated broken examples in nightwatch-v2 #7
base: main
Are you sure you want to change the base?
Conversation
package-lock.json
Outdated
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.
package-lock.json
should ideally not contain these many changes for a single dependency change. Can you look into it?
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.
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.
This is not the correct fix. I guess.
When I think about this PR, I realise that package.json is generated when we do npm i
, and modifying that does not fix vulnerabilities.
Can you say how we can proceed?
527f33c
to
167d101
Compare
@garg3133 Can you review this one? |
Overview of this PR.
Closes Outdated ChromeDriver version in package.json #6
If any further changes or modifications are required. Please let me know. I will work on it.