From 37df06f0ccd3ac4bcf15ece1684da23086f2dcac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 08:41:31 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.17.23 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package-lock.json | 17 ++++++++++------- packages/support/package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 7461e2c..c7becf8 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -19,7 +19,7 @@ "clsx": "^1.2.1", "cypress": "^12.8.1", "cypress-debugger": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.162.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package-lock.json b/package-lock.json index 014bc78..92f4444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "clsx": "^1.2.1", "cypress": "^12.8.1", "cypress-debugger": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.162.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -8754,8 +8754,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "node_modules/lodash.memoize": { "version": "4.1.2", @@ -11839,7 +11840,7 @@ "@lukeed/uuid": "^2.0.0", "@neuralegion/cypress-har-generator": "^5.16.4", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rrweb": "^2.0.0-alpha.4" }, "devDependencies": { @@ -12437,7 +12438,7 @@ "cypress": "^12.5.1", "esbuild": "^0.17.7", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rrweb": "^2.0.0-alpha.4", "tsconfig": "*", "tsup": "^6.6.0", @@ -17350,7 +17351,9 @@ } }, "lodash": { - "version": "4.17.21" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==" }, "lodash.memoize": { "version": "4.1.2", @@ -19001,7 +19004,7 @@ "cypress-debugger": "*", "eslint": "^8.36.0", "eslint-config-custom": "*", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lucide-react": "^0.162.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/support/package.json b/packages/support/package.json index 27dd58b..04e593f 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -39,7 +39,7 @@ "@lukeed/uuid": "^2.0.0", "@neuralegion/cypress-har-generator": "^5.16.4", "json-stringify-safe": "^5.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rrweb": "^2.0.0-alpha.4" } }