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

Dependency updates #4

Merged
merged 6 commits into from
Jan 16, 2022
Merged

Conversation

cbodin
Copy link
Contributor

@cbodin cbodin commented Jan 12, 2022

Most of the dependencies were pretty outdated and had some security vulnerabilities.

Changes:

  • Added test to verify certificate chain after generation.
  • Bumped the node version to >= 12 in the engines section in package.json, lowest version currently supported.
  • Removed the dependency of random-int as it's not really needed.
  • Removed the is-ip package and used the ip-regex package directly to keep browser support.
  • Updated all packages to the latest version except ip-regex as version 5 is pure ESM.

@Subash Subash merged commit f755728 into Subash:master Jan 16, 2022
@Subash
Copy link
Owner

Subash commented Jan 16, 2022

Thank You

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.

2 participants