From 057d33d37361e05e4eeec288454e836dc24010df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:25:41 +0000 Subject: [PATCH] build(deps): bump lodash in /test-app/build-tools/jsparser/tests 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] --- .../build-tools/jsparser/tests/package-lock.json | 15 +++++++++++---- test-app/build-tools/jsparser/tests/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/test-app/build-tools/jsparser/tests/package-lock.json b/test-app/build-tools/jsparser/tests/package-lock.json index fc7ebb05b..a3c5ee7a0 100644 --- a/test-app/build-tools/jsparser/tests/package-lock.json +++ b/test-app/build-tools/jsparser/tests/package-lock.json @@ -13,7 +13,7 @@ "babel-types": "6.26.0", "babylon": "6.18.0", "lazy": "1.0.11", - "lodash": "4.17.23" + "lodash": "4.18.1" }, "devDependencies": { "jasmine": "3.99.0", @@ -247,6 +247,13 @@ "node": ">= 0.10" } }, + "node_modules/globule/node_modules/lodash": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "dev": true, + "license": "MIT" + }, "node_modules/growl": { "version": "1.10.5", "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", @@ -431,9 +438,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/loose-envify": { diff --git a/test-app/build-tools/jsparser/tests/package.json b/test-app/build-tools/jsparser/tests/package.json index 4792d6649..d91500cd7 100644 --- a/test-app/build-tools/jsparser/tests/package.json +++ b/test-app/build-tools/jsparser/tests/package.json @@ -14,7 +14,7 @@ "babel-types": "6.26.0", "babylon": "6.18.0", "lazy": "1.0.11", - "lodash": "4.17.23" + "lodash": "4.18.1" }, "devDependencies": { "jasmine": "3.99.0",