From 95657bb43d51e9a5902dabfc0d24b95d733bbd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 19:02:57 +0000 Subject: [PATCH] build(deps): bump lodash 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 ... Signed-off-by: dependabot[bot] --- .../packages/project/package.json | 2 +- .../yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json b/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json index 314a3e65c..0d798526b 100644 --- a/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json +++ b/examples/include-external-npm-packages-with-yarn-workspaces/packages/project/package.json @@ -19,7 +19,7 @@ "dependencies": { "cookie": "^0.7.0", "dotenv": "^16.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "lodash.isequal": "^4.5.0" } } diff --git a/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock b/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock index 0116f91b1..9182adc19 100644 --- a/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock +++ b/examples/include-external-npm-packages-with-yarn-workspaces/yarn.lock @@ -3879,10 +3879,10 @@ lodash.union@^4.6.0: resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" integrity sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw== -lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23: - 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.11, lodash@^4.17.15, lodash@^4.17.21, 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== log-node@^8.0.3: version "8.0.3"