Skip to content

Commit 66bc48b

Browse files
committed
fix: Update Critical deps
1 parent 01a2e04 commit 66bc48b

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
"**/ajv": "^6.12.3",
136136
"**/semver-regex": "^3.1.4",
137137
"**/@babel/traverse": "^7.23.2",
138-
"**/browserify-sign": "^4.2.2"
138+
"**/browserify-sign": "^4.2.2",
139+
"**/elliptic": "^6.6.1"
139140
},
140141
"husky": {
141142
"hooks": {

yarn.lock

+1-14
Original file line numberDiff line numberDiff line change
@@ -3681,20 +3681,7 @@ electron-to-chromium@^1.4.17:
36813681
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.28.tgz"
36823682
integrity sha512-Gzbf0wUtKfyPaqf0Plz+Ctinf9eQIzxEqBHwSvbGfeOm9GMNdLxyu1dNiCUfM+x6r4BE0xUJNh3Nmg9gfAtTmg==
36833683

3684-
elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.5.4:
3685-
version "6.5.4"
3686-
resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz"
3687-
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
3688-
dependencies:
3689-
bn.js "^4.11.9"
3690-
brorand "^1.1.0"
3691-
hash.js "^1.0.0"
3692-
hmac-drbg "^1.0.1"
3693-
inherits "^2.0.4"
3694-
minimalistic-assert "^1.0.1"
3695-
minimalistic-crypto-utils "^1.0.1"
3696-
3697-
elliptic@^6.6.1:
3684+
elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.5.4, elliptic@^6.6.1:
36983685
version "6.6.1"
36993686
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
37003687
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==

0 commit comments

Comments
 (0)