Skip to content

Commit

Permalink
Fix code scanning alert no. 43: Prototype-polluting merge call
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Dec 17, 2024
1 parent 03a1fb1 commit 23e0c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ra-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eventemitter3": "^5.0.1",
"inflection": "^3.0.0",
"jsonexport": "^3.2.0",
"lodash": "~4.17.5",
"lodash": "^4.17.21",
"query-string": "^7.1.3",
"react-error-boundary": "^4.0.13",
"react-is": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15847,7 +15847,7 @@ __metadata:
inflection: "npm:^3.0.0"
jscodeshift: "npm:^0.15.2"
jsonexport: "npm:^3.2.0"
lodash: "npm:~4.17.5"
lodash: "npm:^4.17.21"
query-string: "npm:^7.1.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
Expand Down

0 comments on commit 23e0c63

Please sign in to comment.