Skip to content

Commit 88797e8

Browse files
committed
fix: packages/react-charts/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
1 parent 884ad17 commit 88797e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@patternfly/react-styles": "workspace:^",
4343
"@patternfly/react-tokens": "workspace:^",
4444
"hoist-non-react-statics": "^3.3.2",
45-
"lodash": "^4.17.21",
45+
"lodash": "^4.17.23",
4646
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)