Skip to content
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 merge to >=1.2.1 #245

Merged
merged 1 commit into from Nov 19, 2018
Merged

Update merge to >=1.2.1 #245

merged 1 commit into from Nov 19, 2018

Conversation

@darkdh
Copy link
Member

darkdh commented Nov 19, 2018

Generate package-lock.json by

  1. modifying package.json in browser-launcher to have merge dep ^1.2.1
  2. delete merge folder in node_modules
  3. npm install
  4. make sure we have modified packge-lock.json
  5. remove entire node_modules
  6. do npm install and make sure we install merge version >= 1.2.1
  7. npm audit should have no errors now

fix #232

@darkdh darkdh self-assigned this Nov 19, 2018
@darkdh darkdh requested review from diracdeltas and SergeyZhukovsky Nov 19, 2018
@darkdh darkdh changed the title Generate package-lock.json by Update merge to >=1.2.1 Nov 19, 2018
Generate package-lock.json by
1. modifying package.json in browser-launcher to have merge dep "^1.2.1"
2. delete merge folder in node_modules
3. npm install
4. make sure we have modified packge-lock.json
5. rm entire node_modules
6. do npm install and make sure we install merge version >= 1.2.1
7. npm audit should have no errors now
@darkdh darkdh force-pushed the merge-dep branch from 9be3396 to aee7587 Nov 19, 2018
Copy link
Member

SergeyZhukovsky left a comment

++

@darkdh darkdh merged commit 8d73248 into staging Nov 19, 2018
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@diracdeltas
Copy link
Member

diracdeltas commented Nov 19, 2018

good idea. unfortunately this will cause the vuln to show up again every time someone does npm install. maybe i can add this as a postinstall script.

@darkdh
Copy link
Member Author

darkdh commented Nov 19, 2018

right, package-lock.json get modified again

@darkdh darkdh deleted the merge-dep branch Oct 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

3 participants
You can’t perform that action at this time.