From de293742e5eb367ecc148b02bed734561ae2b447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:35:00 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.23 to 4.18.1 in /studio Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- studio/package.json | 2 +- studio/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/studio/package.json b/studio/package.json index 906d937f6f0..34bbebead21 100644 --- a/studio/package.json +++ b/studio/package.json @@ -44,7 +44,7 @@ "jquery-ui": "1.14.2", "js-base64": "^2.6.4", "json-loader": "^0.5.7", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "moment": "^2.30.1", "ng-table": "^1.0.0", "ng-tags-input": "^3.2.0", diff --git a/studio/yarn.lock b/studio/yarn.lock index 7d2947d3352..b25fe43dbfd 100644 --- a/studio/yarn.lock +++ b/studio/yarn.lock @@ -4350,10 +4350,10 @@ lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" -lodash@^4.17.14, lodash@^4.17.23, lodash@^4.17.3, lodash@^4.17.4: - version "4.17.23" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a" - integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w== +lodash@^4.17.14, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" + integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== longest@^1.0.1: version "1.0.1"