Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/assisted-disconnected-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^1.13.5",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4",
"lodash": "^4.17.23",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/assisted-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"axios": "^1.13.5",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4",
"lodash": "^4.17.23",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"start:vitest-ui": "vitest --ui"
},
"type": "module",
"resolutions": {
"lodash": "^4.17.23",
"lodash-es": "^4.17.23"
},
"workspaces": [
"apps/*",
"libs/*",
Expand Down
18 changes: 2 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ __metadata:
concurrently: ^8.2.2
i18next: ^20.4.0
i18next-browser-languagedetector: ^6.1.2
lodash: ^4
lodash: ^4.17.23
monaco-editor: ^0.44.0
nodemon: ^3.0.3
react: ^18.2.0
Expand Down Expand Up @@ -894,7 +894,7 @@ __metadata:
axios: ^1.13.5
i18next: ^20.4.0
i18next-browser-languagedetector: ^6.1.2
lodash: ^4
lodash: ^4.17.23
monaco-editor: ^0.44.0
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -10589,13 +10589,6 @@ __metadata:
languageName: node
linkType: hard

"lodash-es@npm:^4.17.14, lodash-es@npm:^4.17.21":
version: 4.17.21
resolution: "lodash-es@npm:4.17.21"
checksum: 05cbffad6e2adbb331a4e16fbd826e7faee403a1a04873b82b42c0f22090f280839f85b95393f487c1303c8a3d2a010048bf06151a6cbe03eee4d388fb0a12d2
languageName: node
linkType: hard

"lodash-es@npm:^4.17.23":
version: 4.17.23
resolution: "lodash-es@npm:4.17.23"
Expand All @@ -10617,13 +10610,6 @@ __metadata:
languageName: node
linkType: hard

"lodash@npm:4.17.21, lodash@npm:^4, lodash@npm:^4.17.0, lodash@npm:^4.17.14, lodash@npm:^4.17.20, lodash@npm:^4.17.21":
version: 4.17.21
resolution: "lodash@npm:4.17.21"
checksum: eb835a2e51d381e561e508ce932ea50a8e5a68f4ebdd771ea240d3048244a8d13658acbd502cd4829768c56f2e16bdd4340b9ea141297d472517b83868e677f7
languageName: node
linkType: hard

"lodash@npm:^4.17.23":
version: 4.17.23
resolution: "lodash@npm:4.17.23"
Expand Down
Loading