Skip to content

Commit 99feee8

Browse files
chore(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] <[email protected]>
1 parent ba083dd commit 99feee8

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 9 additions & 9 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
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"classnames": "^2.5.1",
74-
"lodash": "^4.17.21",
74+
"lodash": "^4.17.23",
7575
"lodash-es": "^4.17.21",
7676
"rc-picker": "^4.11.3"
7777
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"react": ">=18"
7171
},
7272
"dependencies": {
73-
"lodash": "^4.17.21",
73+
"lodash": "^4.17.23",
7474
"lodash-es": "^4.17.21",
7575
"markdown-to-jsx": "^8.0.0",
7676
"prop-types": "^15.8.1"

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dayjs": "^1.11.18",
6262
"deep-freeze-es6": "^4.0.1",
6363
"jss": "^10.10.0",
64-
"lodash": "^4.17.21",
64+
"lodash": "^4.17.23",
6565
"lucide-react": "^0.548.0",
6666
"monaco-editor": "^0.54.0",
6767
"react": "^18.3.1",

packages/shadcn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"class-variance-authority": "^0.7.1",
9898
"clsx": "^2.1.1",
9999
"cmdk": "^1.1.1",
100-
"lodash": "^4.17.21",
100+
"lodash": "^4.17.23",
101101
"lodash-es": "^4.17.21",
102102
"lucide-react": "^0.548.0",
103103
"tailwind-merge": "^3.3.1",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@x0k/json-schema-merge": "^1.0.2",
6969
"fast-uri": "^3.1.0",
7070
"jsonpointer": "^5.0.1",
71-
"lodash": "^4.17.21",
71+
"lodash": "^4.17.23",
7272
"lodash-es": "^4.17.21",
7373
"react-is": "^18.3.1"
7474
},

packages/validator-ajv8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"dependencies": {
8080
"ajv": "^8.17.1",
8181
"ajv-formats": "^2.1.1",
82-
"lodash": "^4.17.21",
82+
"lodash": "^4.17.23",
8383
"lodash-es": "^4.17.21"
8484
},
8585
"peerDependencies": {

0 commit comments

Comments
 (0)