Skip to content

Commit b133a77

Browse files
chore(deps): bump lodash-es from 4.17.21 to 4.17.23
Bumps [lodash-es](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-es dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba083dd commit b133a77

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

package-lock.json

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

packages/antd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"dependencies": {
7373
"classnames": "^2.5.1",
7474
"lodash": "^4.17.21",
75-
"lodash-es": "^4.17.21",
75+
"lodash-es": "^4.17.23",
7676
"rc-picker": "^4.11.3"
7777
},
7878
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"lodash": "^4.17.21",
74-
"lodash-es": "^4.17.21",
74+
"lodash-es": "^4.17.23",
7575
"markdown-to-jsx": "^8.0.0",
7676
"prop-types": "^15.8.1"
7777
},

packages/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"clsx": "^2.1.1",
9999
"cmdk": "^1.1.1",
100100
"lodash": "^4.17.21",
101-
"lodash-es": "^4.17.21",
101+
"lodash-es": "^4.17.23",
102102
"lucide-react": "^0.548.0",
103103
"tailwind-merge": "^3.3.1",
104104
"tailwindcss-animate": "^1.0.7",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"fast-uri": "^3.1.0",
7070
"jsonpointer": "^5.0.1",
7171
"lodash": "^4.17.21",
72-
"lodash-es": "^4.17.21",
72+
"lodash-es": "^4.17.23",
7373
"react-is": "^18.3.1"
7474
},
7575
"devDependencies": {

packages/validator-ajv8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"ajv": "^8.17.1",
8181
"ajv-formats": "^2.1.1",
8282
"lodash": "^4.17.21",
83-
"lodash-es": "^4.17.21"
83+
"lodash-es": "^4.17.23"
8484
},
8585
"peerDependencies": {
8686
"@rjsf/utils": "^6.2.x"

0 commit comments

Comments
 (0)