From d1ad86f25c94158c98900f03720a6b8f88214a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:19:21 +0000 Subject: [PATCH] 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] --- package-lock.json | 14 ++++++++++---- package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3fc156bf7..608c98391 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "it-pipe": "^3.0.1", "jsonwebtoken": "^9.0.2", "libp2p": "^3.1.2", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "lzma-purejs-requirejs": "^1.0.0", "node-cron": "^3.0.3", "sqlite3": "^5.1.7", @@ -13343,6 +13343,12 @@ "node": ">= 8" } }, + "node_modules/hyperdiff/node_modules/lodash": { + "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/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -15054,9 +15060,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/lodash.camelcase": { diff --git a/package.json b/package.json index 7a20f414b..705578528 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "it-pipe": "^3.0.1", "jsonwebtoken": "^9.0.2", "libp2p": "^3.1.2", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "lzma-purejs-requirejs": "^1.0.0", "node-cron": "^3.0.3", "sqlite3": "^5.1.7",