Skip to content

Commit dda6750

Browse files
committed
fix: packages/react-docs/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ECHARTS-16874133
1 parent 6e09ce8 commit dda6750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@patternfly/react-table": "workspace:^",
3434
"@patternfly/react-templates": "workspace:^",
3535
"@patternfly/react-tokens": "workspace:^",
36-
"echarts": "^5.6.0 || ^6.0.0",
36+
"echarts": "^6.1.0",
3737
"victory": "^37.3.6"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)