Skip to content

Commit ce21444

Browse files
authored
Merge pull request #4787 from OneCommunityGlobal/dependabot/npm_and_yarn/jspdf-4.1.0
chore(deps): bump jspdf from 4.0.0 to 4.1.0
2 parents c5eaaa4 + b9e903d commit ce21444

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"html2canvas": "^1.4.1",
6666
"jest": "^30.2.0",
6767
"jquery": "^3.7.1",
68-
"jspdf": "^4.0.0",
68+
"jspdf": "^4.1.0",
6969
"jwt-decode": "^2.2.0",
7070
"leaflet": "^1.9.4",
7171
"leaflet.heat": "^0.2.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5943,13 +5943,20 @@ dompurify@^2.5.4:
59435943
resolved "https://registry.npmjs.org/dompurify/-/dompurify-2.5.8.tgz"
59445944
integrity sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==
59455945

5946-
dompurify@^3.2.4, dompurify@^3.2.5:
5946+
dompurify@^3.2.5:
59475947
version "3.2.6"
59485948
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz"
59495949
integrity sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==
59505950
optionalDependencies:
59515951
"@types/trusted-types" "^2.0.7"
59525952

5953+
dompurify@^3.3.1:
5954+
version "3.3.1"
5955+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.1.tgz#c7e1ddebfe3301eacd6c0c12a4af284936dbbb86"
5956+
integrity sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==
5957+
optionalDependencies:
5958+
"@types/trusted-types" "^2.0.7"
5959+
59535960
domutils@^2.8.0:
59545961
version "2.8.0"
59555962
resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz"
@@ -8419,18 +8426,18 @@ jspdf@^2.5.1:
84198426
dompurify "^2.5.4"
84208427
html2canvas "^1.0.0-rc.5"
84218428

8422-
jspdf@^4.0.0:
8423-
version "4.0.0"
8424-
resolved "https://registry.npmjs.org/jspdf/-/jspdf-4.0.0.tgz"
8425-
integrity sha512-w12U97Z6edKd2tXDn3LzTLg7C7QLJlx0BPfM3ecjK2BckUl9/81vZ+r5gK4/3KQdhAcEZhENUxRhtgYBj75MqQ==
8429+
jspdf@^4.1.0:
8430+
version "4.1.0"
8431+
resolved "https://registry.yarnpkg.com/jspdf/-/jspdf-4.1.0.tgz#4fb476251c8751c996175cfaac02d30fdf8c7b7a"
8432+
integrity sha512-xd1d/XRkwqnsq6FP3zH1Q+Ejqn2ULIJeDZ+FTKpaabVpZREjsJKRJwuokTNgdqOU+fl55KgbvgZ1pRTSWCP2kQ==
84268433
dependencies:
84278434
"@babel/runtime" "^7.28.4"
84288435
fast-png "^6.2.0"
84298436
fflate "^0.8.1"
84308437
optionalDependencies:
84318438
canvg "^3.0.11"
84328439
core-js "^3.6.0"
8433-
dompurify "^3.2.4"
8440+
dompurify "^3.3.1"
84348441
html2canvas "^1.0.0-rc.5"
84358442

84368443
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.3.5:

0 commit comments

Comments
 (0)