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

Vulnerabilities - Update dependencies #9

Merged
merged 1 commit into from
Feb 4, 2021

Conversation

michidevv
Copy link
Contributor

@michidevv michidevv commented Feb 4, 2021

This PR updates vulnerable dependencies(namely ts-jest) and other dependencies to match it. typescript, jest etc.
Steps which has been done:

  • npm i - to see warning regarding vulnerabilities
  • npm audit fix - to update all non-breaking dependencies
    At this point there still some breaking updates left. To see which:
  • npm audit - display dependencies which needs to be updated
  • npm i -D ts-jest - Update ts-jest to latest (You might need to remove existing entry from package.json)

Screen Shot 2021-02-04 at 2 01 49 PM

@michidevv michidevv marked this pull request as ready for review February 4, 2021 12:12
@michidevv michidevv requested a review from adipatel as a code owner February 4, 2021 12:12
```bash
$ npm install
```

Build the typescript and package it for distribution
```bash
$ npm run build && npm run pack
$ npm run build
Copy link
Contributor Author

@michidevv michidevv Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actual change. Don't seem we have pack script defined.

@adipatel adipatel merged commit b8b2ff4 into develop Feb 4, 2021
@adipatel adipatel deleted the vulnarability-dependencies branch February 4, 2021 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants