Skip to content

Commit 447ff84

Browse files
committed
dependabot crit issue fix
1 parent 948af77 commit 447ff84

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,8 @@
107107
"output": "CHANGELOG.md",
108108
"template": "./changelog/changelog-template.hbs",
109109
"commitLimit": 0
110+
},
111+
"resolutions": {
112+
"elliptic": "^6.5.7"
110113
}
111114
}

yarn.lock

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,9 +1900,9 @@
19001900
integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==
19011901

19021902
"@types/qs@^6.9.7":
1903-
version "6.9.18"
1904-
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.18.tgz#877292caa91f7c1b213032b34626505b746624c2"
1905-
integrity sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==
1903+
version "6.14.0"
1904+
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.14.0.tgz#d8b60cecf62f2db0fb68e5e006077b9178b85de5"
1905+
integrity sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==
19061906

19071907
"@types/secp256k1@^4.0.1":
19081908
version "4.0.6"
@@ -3139,20 +3139,7 @@ electron-to-chromium@^1.5.149:
31393139
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.150.tgz#3120bf34453a7a82cb4d9335df20680b2bb40649"
31403140
integrity sha512-rOOkP2ZUMx1yL4fCxXQKDHQ8ZXwisb2OycOQVKHgvB3ZI4CvehOd4y2tfnnLDieJ3Zs1RL1Dlp3cMkyIn7nnXA==
31413141

3142-
3143-
version "6.5.4"
3144-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb"
3145-
integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==
3146-
dependencies:
3147-
bn.js "^4.11.9"
3148-
brorand "^1.1.0"
3149-
hash.js "^1.0.0"
3150-
hmac-drbg "^1.0.1"
3151-
inherits "^2.0.4"
3152-
minimalistic-assert "^1.0.1"
3153-
minimalistic-crypto-utils "^1.0.1"
3154-
3155-
[email protected], elliptic@^6.5.7:
3142+
[email protected], [email protected], elliptic@^6.5.5, elliptic@^6.5.7:
31563143
version "6.6.1"
31573144
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
31583145
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==

0 commit comments

Comments
 (0)