Skip to content

Commit dc87cd9

Browse files
committed
fix: packages/react-table/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 dc87cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@patternfly/react-icons": "workspace:^",
4545
"@patternfly/react-styles": "workspace:^",
4646
"@patternfly/react-tokens": "workspace:^",
47-
"lodash": "^4.17.23",
47+
"lodash": "^4.18.1",
4848
"tslib": "^2.8.1"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)