mattrglobal / bbs-signatures

An implementation of BBS+ signatures for node and browser environments
Apache License 2.0
108 stars 30 forks source link

chore: fix audit high and critical issues #131

Closed ZedMattr closed 2 years ago

ZedMattr commented 2 years ago

Description

Need to update jest / ts-jest to 28+ to solve some security issues caused by them, means we would have to drop node support 11 and so on.

Dropped dev-dep of cz-conventional-changelog.

Lodash is a common one.

After changes audit report:

image

Motivation and Context

Does this PR introduce a breaking change?

Which merge strategy will you use?