From 6659447d2c06240e20d365bd5da011a8b30b9f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:57:39 +0000 Subject: [PATCH] Chore(deps): bump lodash from 4.17.23 to 4.18.1 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] --- generators/package.json | 2 +- pnpm-lock.yaml | 25 +++++++++++++++---------- standalone/package.json | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/generators/package.json b/generators/package.json index 51b0c11a3..360397b14 100644 --- a/generators/package.json +++ b/generators/package.json @@ -20,7 +20,7 @@ "@babel/runtime": "7.28.4", "@babel/runtime-corejs3": "7.28.4", "@manypkg/find-root": "3.1.0", - "lodash": "4.17.23", + "lodash": "4.18.1", "prompts": "2.4.2", "squirrelly": "9.1.0", "tsx": "4.21.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 20fd714da..f0a77b757 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -138,8 +138,8 @@ importers: specifier: 3.1.0 version: 3.1.0 lodash: - specifier: 4.17.23 - version: 4.17.23 + specifier: 4.18.1 + version: 4.18.1 prompts: specifier: 2.4.2 version: 2.4.2 @@ -184,8 +184,8 @@ importers: specifier: 4.17.21 version: 4.17.21 lodash: - specifier: 4.17.23 - version: 4.17.23 + specifier: 4.18.1 + version: 4.18.1 omit-deep: specifier: 0.3.0 version: 0.3.0 @@ -6427,6 +6427,9 @@ packages: lodash@4.17.23: resolution: {integrity: sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==} + lodash@4.18.1: + resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} + log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} @@ -11610,7 +11613,7 @@ snapshots: https-proxy-agent: 7.0.6 jose: 5.10.0 js-yaml: 4.1.1 - lodash: 4.17.23 + lodash: 4.18.1 scuid: 1.1.0 tslib: 2.8.1 yaml-ast-parser: 0.0.43 @@ -13683,7 +13686,7 @@ snapshots: '@babel/helper-module-imports': 7.28.6 '@babel/types': 7.29.0 glob: 7.2.3 - lodash: 4.17.23 + lodash: 4.18.1 require-package-name: 2.0.1 transitivePeerDependencies: - supports-color @@ -15626,7 +15629,7 @@ snapshots: dependencies: '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 - lodash: 4.17.23 + lodash: 4.18.1 pretty-error: 4.0.0 tapable: 2.3.0 optionalDependencies: @@ -15783,7 +15786,7 @@ snapshots: cli-cursor: 3.1.0 cli-width: 3.0.0 figures: 3.2.0 - lodash: 4.17.23 + lodash: 4.18.1 mute-stream: 0.0.8 ora: 5.4.1 run-async: 2.4.1 @@ -16823,6 +16826,8 @@ snapshots: lodash@4.17.23: {} + lodash@4.18.1: {} + log-symbols@4.1.0: dependencies: chalk: 4.1.2 @@ -17622,7 +17627,7 @@ snapshots: pretty-error@4.0.0: dependencies: - lodash: 4.17.23 + lodash: 4.18.1 renderkid: 3.0.0 pretty-format@27.5.1: @@ -17960,7 +17965,7 @@ snapshots: css-select: 4.3.0 dom-converter: 0.2.0 htmlparser2: 6.1.0 - lodash: 4.17.23 + lodash: 4.18.1 strip-ansi: 6.0.1 require-directory@2.1.1: {} diff --git a/standalone/package.json b/standalone/package.json index 7c4761e38..2ac28fe22 100644 --- a/standalone/package.json +++ b/standalone/package.json @@ -138,7 +138,7 @@ "@commercetools/platform-sdk": "8.18.0", "@faker-js/faker": "10.3.0", "@types/lodash": "4.17.21", - "lodash": "4.17.23", + "lodash": "4.18.1", "omit-deep": "0.3.0" } }