Skip to content

Commit 068621f

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-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent c9853de commit 068621f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.23",
45+
"lodash": "^4.18.1",
4646
"tslib": "^2.8.1"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)