Skip to content

Commit 1e11ca6

Browse files
committed
fix: src/common/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15677840 - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-15699647
1 parent 4fb1f17 commit 1e11ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@turf/meta": "^7.2.0",
2323
"canvg": "^4.0.3",
2424
"echarts": "5.5.0",
25-
"fast-xml-parser": "5.4.2",
25+
"fast-xml-parser": "5.5.7",
2626
"fetch-ie8": "1.5.0",
2727
"fetch-jsonp": "1.1.3",
2828
"flatgeobuf": "3.31.1",

0 commit comments

Comments
 (0)