From de479f7719d384435feca609253697ed4a9554a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 12:30:45 +0000 Subject: [PATCH] build(deps): bump lodash in /test-app/build-tools/jsparser/tests Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-app/build-tools/jsparser/tests/package-lock.json | 9 +++++---- test-app/build-tools/jsparser/tests/package.json | 2 +- 2 files changed, 6 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 865df3a80..fc7ebb05b 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.19" + "lodash": "4.17.23" }, "devDependencies": { "jasmine": "3.99.0", @@ -431,9 +431,10 @@ } }, "node_modules/lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "license": "MIT" }, "node_modules/loose-envify": { "version": "1.3.1", diff --git a/test-app/build-tools/jsparser/tests/package.json b/test-app/build-tools/jsparser/tests/package.json index 813c1b8e2..4792d6649 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.19" + "lodash": "4.17.23" }, "devDependencies": { "jasmine": "3.99.0",