Skip to content

Commit c481b07

Browse files
Bump jspdf from 4.0.0 to 4.1.0 in /WebUI (#500)
Bumps [jspdf](https://github.com/parallax/jsPDF) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/parallax/jsPDF/releases) - [Changelog](https://github.com/parallax/jsPDF/blob/master/RELEASE.md) - [Commits](parallax/jsPDF@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: jspdf dependency-version: 4.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e548a26 commit c481b07

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

WebUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"chart.js": "^4.4.7",
1515
"core-js": "^3.3.9",
1616
"highcharts": "^12.0.2",
17-
"jspdf": "^4.0.0",
17+
"jspdf": "^4.1.0",
1818
"jspdf-autotable": "^3.8.4",
1919
"lodash": "^4.17.23",
2020
"moment": "^2.29.3",

WebUI/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,10 +2961,10 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
29612961
dependencies:
29622962
domelementtype "^2.2.0"
29632963

2964-
dompurify@^3.2.4:
2965-
version "3.2.4"
2966-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
2967-
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
2964+
dompurify@^3.3.1:
2965+
version "3.3.1"
2966+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.1.tgz#c7e1ddebfe3301eacd6c0c12a4af284936dbbb86"
2967+
integrity sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==
29682968
optionalDependencies:
29692969
"@types/trusted-types" "^2.0.7"
29702970

@@ -4252,18 +4252,18 @@ jspdf-autotable@^3.8.4:
42524252
resolved "https://registry.yarnpkg.com/jspdf-autotable/-/jspdf-autotable-3.8.4.tgz#f7f05d45532ca94424a59cfa613309fff7c380a5"
42534253
integrity sha512-rSffGoBsJYX83iTRv8Ft7FhqfgEL2nLpGAIiqruEQQ3e4r0qdLFbPUB7N9HAle0I3XgpisvyW751VHCqKUVOgQ==
42544254

4255-
jspdf@^4.0.0:
4256-
version "4.0.0"
4257-
resolved "https://registry.yarnpkg.com/jspdf/-/jspdf-4.0.0.tgz#3731c0a1a7d8afe28c681891236f8ad4a662d893"
4258-
integrity sha512-w12U97Z6edKd2tXDn3LzTLg7C7QLJlx0BPfM3ecjK2BckUl9/81vZ+r5gK4/3KQdhAcEZhENUxRhtgYBj75MqQ==
4255+
jspdf@^4.1.0:
4256+
version "4.1.0"
4257+
resolved "https://registry.yarnpkg.com/jspdf/-/jspdf-4.1.0.tgz#4fb476251c8751c996175cfaac02d30fdf8c7b7a"
4258+
integrity sha512-xd1d/XRkwqnsq6FP3zH1Q+Ejqn2ULIJeDZ+FTKpaabVpZREjsJKRJwuokTNgdqOU+fl55KgbvgZ1pRTSWCP2kQ==
42594259
dependencies:
42604260
"@babel/runtime" "^7.28.4"
42614261
fast-png "^6.2.0"
42624262
fflate "^0.8.1"
42634263
optionalDependencies:
42644264
canvg "^3.0.11"
42654265
core-js "^3.6.0"
4266-
dompurify "^3.2.4"
4266+
dompurify "^3.3.1"
42674267
html2canvas "^1.0.0-rc.5"
42684268

42694269
keyv@^4.5.3:

0 commit comments

Comments
 (0)