From c54a7d102444b57a846c34f082322d641a1aeac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:17:57 +0000 Subject: [PATCH] Bump lodash-es from 4.17.21 to 4.18.1 in /client Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index c4fe5c1b..aca34ebf 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "core-js": "^3.29.0", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.1", "pinia": "^2.1.7", "roboto-fontface": "*", "socket.io-client": "^4.7.3", diff --git a/client/yarn.lock b/client/yarn.lock index 0c18d248..84d9c717 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1546,10 +1546,10 @@ locate-path@^6.0.0: dependencies: p-locate "^5.0.0" -lodash-es@^4.17.21: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" - integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== +lodash-es@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.18.1.tgz#b962eeb80d9d983a900bf342961fb7418ca10b1d" + integrity sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A== lodash.merge@^4.6.2: version "4.6.2"