Skip to content

Commit

Permalink
Updates kyber dependencies
Browse files Browse the repository at this point in the history
Fixes CVE-2020-13822 (elliptic) and CVE-2020-7660 (serialize-javascript)
  • Loading branch information
nkcr committed Aug 19, 2020
1 parent 6e09132 commit f4705ca
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As we don't plan to have any big changes, the major-version is probably stuck
A minor-version increase should be done for a new stable functionality that
will be kept backward-compatible.
A patch-version is mostly an irregular release whenever somebody thinks it's
important to have the latest code available.
important to have the latest code available (use `npm version patch`).

It is good to announce a release on the DEDIS/engineer slack channel.
This allows others to know that a new release is about to happen and propose
Expand Down
59 changes: 31 additions & 28 deletions external/js/kyber/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions external/js/kyber/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@dedis/kyber",
"version": "3.4.3",
"version": "3.4.4",
"description": "A typescript implementation of Kyber interfaces",
"main": "index.js",
"browser": "bundle.min.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/elliptic": "^6.4.12",
"bn.js": "^5.1.2",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.4.1",
"elliptic": "^6.5.3",
"hash.js": "^1.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit f4705ca

Please sign in to comment.