Skip to content

Commit e84d1df

Browse files
committed
fix: harden pdf handling and update vulnerable deps
1 parent da06f80 commit e84d1df

4 files changed

Lines changed: 6787 additions & 6448 deletions

File tree

package.json

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
]
2323
},
2424
"dependencies": {
25-
"@ant-design/charts": "^2.1.1",
25+
"@ant-design/charts": "^2.6.7",
2626
"@ant-design/icons": "^5.2.4",
27-
"@ant-design/plots": "^2.2.2",
28-
"@ant-design/pro-components": "^2.7.9",
27+
"@ant-design/plots": "^2.6.8",
28+
"@ant-design/pro-components": "^2.8.10",
2929
"@designable/formily-antd": "1.0.0-beta.45",
3030
"@dnd-kit/core": "^6.0.8",
3131
"@dnd-kit/modifiers": "^6.0.1",
@@ -44,14 +44,14 @@
4444
"@pind/designable-formily-antd": "2.0.0-beta.6",
4545
"@pind/designable-react": "2.0.0-beta.6",
4646
"@pind/designable-react-settings-form": "2.0.0-beta.6",
47-
"@tinymce/tinymce-react": "^4.3.0",
47+
"@tinymce/tinymce-react": "^6.3.0",
4848
"@turf/turf": "^7.0.0",
4949
"@types/d3": "^7.4.3",
50-
"@umijs/max": "^4.0.74",
50+
"@umijs/max": "^4.6.53",
5151
"ahooks": "^3.7.8",
5252
"antd": "^5.17.3",
5353
"artplayer": "^5.2.1",
54-
"cesium": "^1.112.0",
54+
"cesium": "^1.141.0",
5555
"cesium-heatmap": "^0.0.4",
5656
"cesium-navigation-es6": "^3.0.9",
5757
"cesiumjs-heat": "^1.0.7",
@@ -61,9 +61,10 @@
6161
"html2canvas": "^1.4.1",
6262
"ol": "^9.2.2",
6363
"rbush": "^4.0.1",
64-
"react-pdf": "^7.3.3",
64+
"react-pdf": "^10.4.1",
6565
"signature_pad": "^4.1.6",
6666
"simpleheat": "^0.4.0",
67+
"tinymce": "^8.5.0",
6768
"wavesurfer.js": "^7.1.4",
6869
"xgplayer": "^3.0.8",
6970
"xgplayer-music": "^3.0.8"
@@ -81,5 +82,31 @@
8182
"prettier-plugin-packagejson": "^2.4.5",
8283
"tailwindcss": "^3",
8384
"typescript": "^5.1.6"
85+
},
86+
"pnpm": {
87+
"overrides": {
88+
"axios@<=0.31.0": "0.31.1",
89+
"@babel/runtime@<7.26.10": "7.28.4",
90+
"braces@<3.0.3": "3.0.3",
91+
"cross-spawn@>=7.0.0 <7.0.5": "7.0.6",
92+
"es5-ext@<0.10.63": "0.10.64",
93+
"esbuild@<0.25.0": "0.25.12",
94+
"glob@>=10.2.0 <10.5.0": "10.5.0",
95+
"immer@>=7.0.0 <9.0.6": "9.0.21",
96+
"lodash-es@>=4.0.0 <=4.17.23": "4.18.1",
97+
"lodash@>=4.0.0 <=4.17.23": "4.18.1",
98+
"micromatch@<4.0.8": "4.0.8",
99+
"minimatch@<3.1.4": "3.1.5",
100+
"node-fetch@<2.6.7": "2.7.0",
101+
"path-to-regexp@>=0.2.0 <1.9.0": "1.9.0",
102+
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.2",
103+
"picomatch@<2.3.2": "2.3.2",
104+
"protocol-buffers-schema@<3.6.1": "3.6.1",
105+
"@remix-run/router@<1.23.2": "1.23.2",
106+
"react-router@>=6.0.0 <6.30.2": "6.30.2",
107+
"send@<0.19.0": "0.19.2",
108+
"webpack@<5.104.1": "5.104.1",
109+
"yaml@<1.10.3": "1.10.3"
110+
}
84111
}
85112
}

0 commit comments

Comments
 (0)