From 0f862088d22504dbd73e8b3517d455e74951a1c9 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 17 Oct 2023 13:52:45 +0200 Subject: [PATCH] Unify lodash --- apps/account-portal | 2 +- packages/backend-core/package.json | 2 +- packages/frontend-core/package.json | 2 +- packages/pro | 2 +- packages/server/package.json | 2 +- packages/string-templates/package.json | 2 +- packages/worker/package.json | 2 +- yarn.lock | 22 ++-------------------- 8 files changed, 9 insertions(+), 27 deletions(-) diff --git a/apps/account-portal b/apps/account-portal index bbf0c402ec..af2bca7133 160000 --- a/apps/account-portal +++ b/apps/account-portal @@ -1 +1 @@ -Subproject commit bbf0c402ec80370ec60bb090ffac06d8e94296f6 +Subproject commit af2bca7133ef447990b79fc6ee34cda0c696e907 diff --git a/packages/backend-core/package.json b/packages/backend-core/package.json index 702a48f279..a23345f851 100644 --- a/packages/backend-core/package.json +++ b/packages/backend-core/package.json @@ -63,7 +63,7 @@ "@types/chance": "1.1.3", "@types/cookies": "0.7.8", "@types/jest": "29.5.5", - "@types/lodash": "4.14.180", + "@types/lodash": "4.14.199", "@types/node": "18.17.0", "@types/node-fetch": "2.6.4", "@types/pouchdb": "6.4.0", diff --git a/packages/frontend-core/package.json b/packages/frontend-core/package.json index 1f15bb72c5..c2fef44e11 100644 --- a/packages/frontend-core/package.json +++ b/packages/frontend-core/package.json @@ -9,7 +9,7 @@ "@budibase/bbui": "0.0.0", "@budibase/shared-core": "0.0.0", "dayjs": "^1.10.8", - "lodash": "^4.17.21", + "lodash": "4.17.21", "socket.io-client": "^4.6.1", "svelte": "^3.46.2" } diff --git a/packages/pro b/packages/pro index 3a7cd869d3..b0aad911a9 160000 --- a/packages/pro +++ b/packages/pro @@ -1 +1 @@ -Subproject commit 3a7cd869d36e568b4693716966731af4bad50d84 +Subproject commit b0aad911a9543d51434e38c9eb3bd2420fb28206 diff --git a/packages/server/package.json b/packages/server/package.json index 8b19ca0894..9d86e0929a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -123,7 +123,7 @@ "@types/jest": "29.5.5", "@types/koa": "2.13.4", "@types/koa__router": "8.0.8", - "@types/lodash": "4.14.180", + "@types/lodash": "4.14.199", "@types/mssql": "8.1.2", "@types/node": "18.17.0", "@types/node-fetch": "2.6.4", diff --git a/packages/string-templates/package.json b/packages/string-templates/package.json index d9f56442a0..1e32e023f3 100644 --- a/packages/string-templates/package.json +++ b/packages/string-templates/package.json @@ -28,7 +28,7 @@ "@budibase/handlebars-helpers": "^0.11.9", "dayjs": "^1.10.8", "handlebars": "^4.7.6", - "lodash": "^4.17.20", + "lodash": "4.17.21", "vm2": "^3.9.19" }, "devDependencies": { diff --git a/packages/worker/package.json b/packages/worker/package.json index c1ef7d1433..78af76e2df 100644 --- a/packages/worker/package.json +++ b/packages/worker/package.json @@ -78,7 +78,7 @@ "@types/jsonwebtoken": "9.0.3", "@types/koa": "2.13.4", "@types/koa__router": "8.0.8", - "@types/lodash": "^4.14.191", + "@types/lodash": "4.14.199", "@types/node": "18.17.0", "@types/node-fetch": "2.6.4", "@types/server-destroy": "1.0.1", diff --git a/yarn.lock b/yarn.lock index 2033e0e5cf..1ceacacf15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5816,14 +5816,6 @@ expect "^29.0.0" pretty-format "^29.0.0" -"@types/jest@29.5.0": - version "29.5.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.0.tgz#337b90bbcfe42158f39c2fb5619ad044bbb518ac" - integrity sha512-3Emr5VOl/aoBwnWcH/EFQvlSAmjV+XtV9GGu5mwdYew5vhQh0IUZx/60x0TzHDu09Bi7HMx10t/namdJw5QIcg== - dependencies: - expect "^29.0.0" - pretty-format "^29.0.0" - "@types/jest@29.5.5": version "29.5.5" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" @@ -5931,21 +5923,11 @@ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.3.tgz#15a0712296c5041733c79efe233ba17ae5a7587b" integrity sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g== -"@types/lodash@4.14.180": - version "4.14.180" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.180.tgz#4ab7c9ddfc92ec4a887886483bc14c79fb380670" - integrity sha512-XOKXa1KIxtNXgASAnwj7cnttJxS4fksBRywK/9LzRV5YxrF80BXZIGeQSuoESQ/VkUj30Ae0+YcuHc15wJCB2g== - -"@types/lodash@^4.14.175", "@types/lodash@^4.14.194": +"@types/lodash@4.14.199", "@types/lodash@^4.14.175": version "4.14.199" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.199.tgz#c3edb5650149d847a277a8961a7ad360c474e9bf" integrity sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg== -"@types/lodash@^4.14.191": - version "4.14.192" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.192.tgz#5790406361a2852d332d41635d927f1600811285" - integrity sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A== - "@types/long@^4.0.0", "@types/long@^4.0.1": version "4.0.2" resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" @@ -15484,7 +15466,7 @@ lodash.xor@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.xor/-/lodash.xor-4.5.0.tgz#4d48ed7e98095b0632582ba714d3ff8ae8fb1db6" integrity sha512-sVN2zimthq7aZ5sPGXnSz32rZPuqcparVW50chJQe+mzTYV+IsxSsl/2gnkWWE2Of7K3myBQBqtLKOUEHJKRsQ== -lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.7.0: +lodash@4.17.21, lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.7.0: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==