Skip to content

Commit b9bb5b5

Browse files
committed
chore: bump some packages due to vulnerabilities
1 parent c18bbd5 commit b9bb5b5

File tree

3 files changed

+31
-18
lines changed

3 files changed

+31
-18
lines changed

audit-ci.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
// https://github.com/cryptocoinjs/secp256k1-node/commit/dc37f41f2abfe87853b54bcd7d1b556db41b0c64#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R35
7373
// from: @arbitrum/token-bridge-contracts > @openzeppelin/upgrades-core > ethereumjs-util > ethereum-cryptography
7474
"GHSA-584q-6j8j-r5pm",
75+
// https://github.com/advisories/GHSA-848j-6mx2-7j84
76+
// elliptic has no patched release yet (affected: <=6.6.1)
77+
// transitive via ethereumjs-util -> ethereum-cryptography -> secp256k1 -> elliptic
78+
// from: @safe-global/protocol-kit>ethereumjs-util>ethereum-cryptography>secp256k1>elliptic
79+
"GHSA-848j-6mx2-7j84",
7580
// https://github.com/advisories/GHSA-3xgq-45jj-v275
7681
// cross-spawn command injection vulnerability
7782
// Only used during development via audit-ci, nyc, and patch-package

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"**/@wagmi/cli/viem/ws": "8.17.1",
3737
"**/@ethersproject/providers/ws": "7.5.10",
3838
"**/elliptic": "6.6.1",
39+
"**/elliptic/bn.js": "4.12.3",
40+
"**/glob/minimatch": "3.1.3",
41+
"**/@ts-morph/common/minimatch": "9.0.6",
3942
"**/nanoid": "3.3.8",
4043
"**/base-x": "3.0.11",
4144
"**/pbkdf2": "3.1.3",

yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,11 @@ balanced-match@^1.0.0:
11951195
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
11961196
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
11971197

1198+
balanced-match@^4.0.2:
1199+
version "4.0.4"
1200+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1201+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1202+
11981203
base-x@3.0.11, base-x@^3.0.2:
11991204
version "3.0.11"
12001205
resolved "https://registry.yarnpkg.com/base-x/-/base-x-3.0.11.tgz#40d80e2a1aeacba29792ccc6c5354806421287ff"
@@ -1231,10 +1236,10 @@ blakejs@^1.1.0:
12311236
resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.2.1.tgz#5057e4206eadb4a97f7c0b6e197a505042fc3814"
12321237
integrity sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==
12331238

1234-
bn.js@^4.11.9:
1235-
version "4.12.0"
1236-
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88"
1237-
integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==
1239+
bn.js@4.12.3, bn.js@^4.11.9:
1240+
version "4.12.3"
1241+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.12.3.tgz#2cc2c679188eb35b006f2d0d4710bed8437a769e"
1242+
integrity sha512-fGTi3gxV/23FTYdAoUtLYp6qySe2KE3teyZitipKNRuVYcBkoP/bB3guXN/XVKUe9mxCHXnc9C4ocyz8OmgN0g==
12381243

12391244
bn.js@^5.1.2, bn.js@^5.2.0, bn.js@^5.2.1:
12401245
version "5.2.1"
@@ -1249,12 +1254,12 @@ brace-expansion@^1.1.7:
12491254
balanced-match "^1.0.0"
12501255
concat-map "0.0.1"
12511256

1252-
brace-expansion@^2.0.1:
1253-
version "2.0.1"
1254-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
1255-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
1257+
brace-expansion@^5.0.2:
1258+
version "5.0.3"
1259+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.3.tgz#6a9c6c268f85b53959ec527aeafe0f7300258eef"
1260+
integrity sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==
12561261
dependencies:
1257-
balanced-match "^1.0.0"
1262+
balanced-match "^4.0.2"
12581263

12591264
braces@^3.0.3, braces@~3.0.2:
12601265
version "3.0.3"
@@ -2751,19 +2756,19 @@ minimalistic-crypto-utils@^1.0.1:
27512756
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
27522757
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
27532758

2754-
minimatch@^3.1.1:
2755-
version "3.1.2"
2756-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2757-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
2759+
minimatch@3.1.3, minimatch@^3.1.1:
2760+
version "3.1.3"
2761+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624"
2762+
integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==
27582763
dependencies:
27592764
brace-expansion "^1.1.7"
27602765

2761-
minimatch@^9.0.3:
2762-
version "9.0.3"
2763-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2764-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2766+
minimatch@9.0.6, minimatch@^9.0.3:
2767+
version "9.0.6"
2768+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.6.tgz#a7e3bccfcb3d78ec1bf8d51c9ba749080237a5c8"
2769+
integrity sha512-kQAVowdR33euIqeA0+VZTDqU+qo1IeVY+hrKYtZMio3Pg0P0vuh/kwRylLUddJhB6pf3q/botcOvRtx4IN1wqQ==
27652770
dependencies:
2766-
brace-expansion "^2.0.1"
2771+
brace-expansion "^5.0.2"
27672772

27682773
minimist@^1.2.6, minimist@^1.2.7:
27692774
version "1.2.8"

0 commit comments

Comments
 (0)