Skip to content
Open
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.15.0",
"i18next": "^20.4 || ^21",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"monaco-editor": "^0.55.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.15.0",
"i18next": "^20.4 || ^21",
"i18next-browser-languagedetector": "^6.1.2",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"monaco-editor": "^0.55.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-lib-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"cypress": "13.17.0",
"cypress-file-upload": "5.0.8",
"cypress-fill-command": "^1.0.2",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"start-server-and-test": "^2.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"type": "module",
"resolutions": {
"lodash": "^4.17.23",
"lodash-es": "^4.17.23",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"qs": "^6.14.1",
"axios": "^1.15.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"bin": "./build/main.js",
"dependencies": {
"chokidar": "^3.5.3",
"lodash": "^4.17.23",
"lodash": "^4.18.1",
"zx": "^8.8.5"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ __metadata:
concurrently: ^9.0.0
i18next: ^20.4 || ^21
i18next-browser-languagedetector: ^6.1.2
lodash: ^4.17.23
lodash: ^4.18.1
monaco-editor: ^0.55.0
nodemon: ^3.0.3
react: ^18.2.0
Expand Down Expand Up @@ -1561,7 +1561,7 @@ __metadata:
axios: ^1.15.0
i18next: ^20.4 || ^21
i18next-browser-languagedetector: ^6.1.2
lodash: ^4.17.23
lodash: ^4.18.1
monaco-editor: ^0.55.0
react: ^18.2.0
react-dom: ^18.2.0
Expand Down Expand Up @@ -1643,7 +1643,7 @@ __metadata:
"@tsconfig/recommended": ^1.0.2
"@types/node": ^24.0.0
chokidar: ^3.5.3
lodash: ^4.17.23
lodash: ^4.18.1
zx: ^8.8.5
bin:
toolbox: ./build/main.js
Expand All @@ -1670,7 +1670,7 @@ __metadata:
cypress: 13.17.0
cypress-file-upload: 5.0.8
cypress-fill-command: ^1.0.2
lodash: ^4.17.23
lodash: ^4.18.1
start-server-and-test: ^2.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12445,7 +12445,7 @@ __metadata:
languageName: node
linkType: hard

"lodash-es@npm:^4.17.23":
"lodash-es@npm:^4.18.1":
version: 4.18.1
resolution: "lodash-es@npm:4.18.1"
checksum: 578993943cfa779e784aeed96766484ec6ab15cd855e52c79631de6371ac49fadd6dd9f4719f8d1223ab2bcb0dfbece484f548191dd34d3dd8b39e1af712a343
Expand All @@ -12466,7 +12466,7 @@ __metadata:
languageName: node
linkType: hard

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