From 90f3f3469fbd06ca8fb25c76e7c9f21a19463853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:21:41 +0000 Subject: [PATCH] build(deps): bump lodash-es from 4.17.21 to 4.18.0 Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.21 to 4.18.0. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.0) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 27ef29ec5..bf9573457 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "guacamole-common-js": "^1.5.0", "jquery": "^3.7.1", "jsencrypt": "^3.3.2", - "lodash-es": "^4.17.21", + "lodash-es": "^4.18.0", "metismenu": "^3.0.7", "ng-zorro-antd": "^19.3.0", "ngx-clipboard": "^16.0.0", diff --git a/yarn.lock b/yarn.lock index fbcda9dc4..9856b9d1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6619,10 +6619,10 @@ locate-path@^7.1.0: dependencies: p-locate "^6.0.0" -lodash-es@^4.17.21: - version "4.17.21" - resolved "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee" - integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw== +lodash-es@^4.18.0: + version "4.18.0" + resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.18.0.tgz#553d0eca832a8d8702aefa2d1ffd19e115efe52d" + integrity sha512-koAgswPPA+UTaPN64Etp+PGP+WT6oqOS2NMi5yDkMaiGw9qY4VxQbQF0mtKMyr4BlTznWyzePV5UpECTJQmSUA== lodash.debounce@^4.0.8: version "4.0.8"