Skip to content

Commit d99cdc4

Browse files
committed
fix(key-card): upgrade jspdf to 4.1.0 to fix security vulnerabilities
Fixes: - GHSA-pqxr-3g65-p328 - GHSA-95fx-jjr5-f39c TICKET: WIN-8547
1 parent ab2444b commit d99cdc4

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

modules/key-card/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@bitgo/sdk-api": "^1.73.4",
3737
"@bitgo/sdk-core": "^36.30.0",
3838
"@bitgo/statics": "^58.24.0",
39-
"jspdf": "^4.0.0",
39+
"jspdf": "^4.1.0",
4040
"qrcode": "^1.5.1"
4141
},
4242
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"**/cacache/glob": "11.1.0",
6868
"**/pacote/glob": "11.1.0",
6969
"**/sha.js": ">=2.4.12",
70-
"jspdf": ">=4.0.0",
70+
"jspdf": ">=4.1.0",
7171
"@ethereumjs/util": "8.0.3",
7272
"@types/keyv": "3.1.4",
7373
"@types/react": "17.0.24",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10369,10 +10369,10 @@ domhandler@^5.0.2, domhandler@^5.0.3:
1036910369
dependencies:
1037010370
domelementtype "^2.3.0"
1037110371

10372-
dompurify@^3.2.4:
10373-
version "3.2.6"
10374-
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz"
10375-
integrity sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==
10372+
dompurify@^3.3.1:
10373+
version "3.3.1"
10374+
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz#c7e1ddebfe3301eacd6c0c12a4af284936dbbb86"
10375+
integrity sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==
1037610376
optionalDependencies:
1037710377
"@types/trusted-types" "^2.0.7"
1037810378

@@ -14180,18 +14180,18 @@ jsonpointer@^5.0.0:
1418014180
resolved "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz"
1418114181
integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==
1418214182

14183-
jspdf@>=4.0.0, jspdf@^4.0.0:
14184-
version "4.0.0"
14185-
resolved "https://registry.npmjs.org/jspdf/-/jspdf-4.0.0.tgz#3731c0a1a7d8afe28c681891236f8ad4a662d893"
14186-
integrity sha512-w12U97Z6edKd2tXDn3LzTLg7C7QLJlx0BPfM3ecjK2BckUl9/81vZ+r5gK4/3KQdhAcEZhENUxRhtgYBj75MqQ==
14183+
jspdf@>=4.1.0, jspdf@^4.1.0:
14184+
version "4.1.0"
14185+
resolved "https://registry.npmjs.org/jspdf/-/jspdf-4.1.0.tgz#4fb476251c8751c996175cfaac02d30fdf8c7b7a"
14186+
integrity sha512-xd1d/XRkwqnsq6FP3zH1Q+Ejqn2ULIJeDZ+FTKpaabVpZREjsJKRJwuokTNgdqOU+fl55KgbvgZ1pRTSWCP2kQ==
1418714187
dependencies:
1418814188
"@babel/runtime" "^7.28.4"
1418914189
fast-png "^6.2.0"
1419014190
fflate "^0.8.1"
1419114191
optionalDependencies:
1419214192
canvg "^3.0.11"
1419314193
core-js "^3.6.0"
14194-
dompurify "^3.2.4"
14194+
dompurify "^3.3.1"
1419514195
html2canvas "^1.0.0-rc.5"
1419614196

1419714197
jsprim@^2.0.2:

0 commit comments

Comments
 (0)