Skip to content

Commit 04a9f05

Browse files
build(deps): bump lodash from 4.17.21 to 4.17.23
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1b29cb commit 04a9f05

9 files changed

Lines changed: 38 additions & 91 deletions

File tree

package-lock.json

Lines changed: 30 additions & 83 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
@@ -35,6 +35,6 @@
3535
},
3636
"dependencies": {
3737
"@data-driven-forms/common": "*",
38-
"lodash": "^4.17.21"
38+
"lodash": "^4.17.23"
3939
}
4040
}

packages/blueprint-component-mapper/package.json

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

packages/carbon-component-mapper/package.json

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

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {},
2424
"dependencies": {
2525
"clsx": "^1.0.4",
26-
"lodash": "^4.17.15"
26+
"lodash": "^4.17.23"
2727
},
2828
"peerDependencies": {
2929
"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
@@ -44,6 +44,6 @@
4444
"@mui/system": "^5.10.4",
4545
"clsx": "^1.0.4",
4646
"date-fns": "^2.16.1",
47-
"lodash": "^4.17.21"
47+
"lodash": "^4.17.23"
4848
}
4949
}

packages/pf4-component-mapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"dependencies": {
4343
"@data-driven-forms/common": "*",
4444
"downshift": "^5.4.3",
45-
"lodash": "^4.17.21"
45+
"lodash": "^4.17.23"
4646
}
4747
}

packages/react-form-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"final-form": "^4.20.4",
3434
"final-form-arrays": "^3.0.2",
3535
"final-form-focus": "^1.1.2",
36-
"lodash": "^4.17.15",
36+
"lodash": "^4.17.23",
3737
"react-final-form": "^6.5.0",
3838
"react-final-form-arrays": "^3.1.1"
3939
},

packages/suir-component-mapper/package.json

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

0 commit comments

Comments
 (0)