Skip to content

Commit 618b571

Browse files
chore(deps): update lodash to 4.17.23
- Updates lodash from 4.17.21 to 4.17.23 - Release notes:
1 parent d4089ba commit 618b571

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ant-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"dependencies": {
3636
"@data-driven-forms/common": "*",
37-
"lodash": "^4.17.21"
37+
"lodash": "^4.17.23"
3838
}
3939
}

packages/blueprint-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@data-driven-forms/common": "*",
4343
"clsx": "^1.1.0",
44-
"lodash": "^4.17.21",
44+
"lodash": "^4.17.23",
4545
"react-jss": "^10.5.0"
4646
}
4747
}

packages/carbon-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@data-driven-forms/common": "*",
3838
"clsx": "^1.1.1",
39-
"lodash": "^4.17.21",
39+
"lodash": "^4.17.23",
4040
"react-jss": "^10.5.0"
4141
}
4242
}

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@data-driven-forms/react-form-renderer": "^4.1.8",
2424
"clsx": "^1.0.4",
25-
"lodash": "^4.17.15"
25+
"lodash": "^4.17.23"
2626
},
2727
"peerDependencies": {
2828
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",

packages/mui-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@mui/system": "^5.10.4",
4444
"clsx": "^1.0.4",
4545
"date-fns": "^2.16.1",
46-
"lodash": "^4.17.21"
46+
"lodash": "^4.17.23"
4747
}
4848
}

packages/pf4-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"dependencies": {
4141
"@data-driven-forms/common": "*",
4242
"downshift": "^5.4.7",
43-
"lodash": "^4.17.21"
43+
"lodash": "^4.17.23"
4444
}
4545
}

packages/react-form-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"final-form": "^4.20.10",
3232
"final-form-arrays": "^3.0.2",
3333
"final-form-focus": "^1.1.2",
34-
"lodash": "^4.17.15",
34+
"lodash": "^4.17.23",
3535
"react-final-form": "^6.5.0",
3636
"react-final-form-arrays": "^3.1.1"
3737
},

packages/suir-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@data-driven-forms/common": "*",
3636
"classnames": "^2.2.6",
3737
"clsx": "^1.0.4",
38-
"lodash": "^4.17.21",
38+
"lodash": "^4.17.23",
3939
"react-jss": "^10.1.1"
4040
}
4141
}

0 commit comments

Comments
 (0)