Skip to content

Commit c20d504

Browse files
authored
Merge pull request #8731 from BitGo/CGD-1102-upgrade-vulnerable-dependencies
fix: upgrade fast-uri to 3.1.2 to address CVE-2026-6321 and CVE-2026-…
2 parents aa92008 + 031d70e commit c20d504

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
"basic-ftp": "5.3.1",
126126
"flatted": "3.4.2",
127127
"sjcl": "npm:@bitgo/sjcl@1.0.1",
128-
"picomatch": ">=2.3.2"
128+
"picomatch": ">=2.3.2",
129+
"fast-uri": "3.1.2"
129130
},
130131
"workspaces": [
131132
"modules/*"

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11604,10 +11604,10 @@ fast-text-encoding@^1.0.6:
1160411604
resolved "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.6.tgz"
1160511605
integrity sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w==
1160611606

11607-
fast-uri@^3.0.1:
11608-
version "3.1.0"
11609-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz"
11610-
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
11607+
fast-uri@3.1.2, fast-uri@^3.0.1:
11608+
version "3.1.2"
11609+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
11610+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
1161111611

1161211612
fastest-levenshtein@^1.0.12:
1161311613
version "1.0.16"
@@ -18953,7 +18953,7 @@ sisteransi@^1.0.5:
1895318953
resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
1895418954
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
1895518955

18956-
sjcl@^1.0.6, "sjcl@npm:@bitgo/sjcl@1.0.1":
18956+
sjcl@1.0.1, sjcl@^1.0.6, "sjcl@npm:@bitgo/sjcl@1.0.1":
1895718957
version "1.0.1"
1895818958
resolved "https://registry.npmjs.org/@bitgo/sjcl/-/sjcl-1.0.1.tgz#633fa84608c1cb7461b17ceb6131d96722921fd3"
1895918959
integrity sha512-dBICMzShC8gXdpSj9cvl4wl9Jkt4h14wt4XQ+/6V6qcC2IObyKRJfaG5TYUU6RvVknhPBPyBx9v84vNKODM5fQ==

0 commit comments

Comments
 (0)