Skip to content

Commit 37e7985

Browse files
committed
Fixed sha.js and cipher.base vulnerability
1 parent 203c957 commit 37e7985

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
"chai-as-promised": "^7.1.1",
4646
"mkdirp": "^0.5.0",
4747
"mocha": "^10.3.0",
48-
"web-worker": "1.4.1"
48+
"web-worker": "1.4.1",
49+
"cipher-base": "^1.0.6",
50+
"sha.js": "^2.4.12"
4951
},
5052
"publishConfig": {
5153
"access": "public",

0 commit comments

Comments
 (0)