From d79a1537d1930352652b3cb71ea3985db1697440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 13:26:36 +0000 Subject: [PATCH] build(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] --- package-lock.json | 24 +++++++++++----------- packages/autocertifier-server/package.json | 2 +- packages/cli-tools/package.json | 2 +- packages/dht/package.json | 2 +- packages/node/package.json | 2 +- packages/proto-rpc/package.json | 2 +- packages/sdk/package.json | 2 +- packages/test-utils/package.json | 2 +- packages/trackerless-network/package.json | 2 +- packages/utils/package.json | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c8f683e82..3e519c5e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18655,9 +18655,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "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/lodash.defaults": { @@ -28238,7 +28238,7 @@ "dns2": "^2.1.0", "dotenv": "^17.2.3", "express": "^5.2.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "sqlite": "^5.1.1", "sqlite3": "^5.1.7", "uuid": "^11.1.0" @@ -28476,7 +28476,7 @@ "easy-table": "^1.1.1", "ethers": "^6.13.0", "event-stream": "^4.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "semver": "^7.7.3" }, "bin": { @@ -28508,7 +28508,7 @@ "heap": "^0.2.6", "ipaddr.js": "^2.0.1", "k-bucket": "^5.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lru-cache": "^11.2.2", "node-datachannel": "^0.27.0", "uuid": "^11.1.0", @@ -28755,7 +28755,7 @@ "eventemitter3": "^5.0.0", "express": "^5.2.0", "heap": "^0.2.6", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "merge2": "^1.4.1", "p-limit": "^3.1.0", "qs": "^6.14.0", @@ -28811,7 +28811,7 @@ "@protobuf-ts/runtime-rpc": "^2.8.2", "@streamr/utils": "103.3.0", "eventemitter3": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "uuid": "^11.1.0" }, "devDependencies": { @@ -28928,7 +28928,7 @@ "ethers": "^6.13.0", "eventemitter3": "^5.0.0", "idb": "^8.0.3", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lru-cache": "^11.2.2", "p-limit": "^3.1.0", "p-memoize": "4.0.4", @@ -29086,7 +29086,7 @@ "express": "^5.2.0", "jest": "^30.2.0", "jest-matcher-utils": "^30.0.5", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", @@ -29190,7 +29190,7 @@ "@streamr/proto-rpc": "103.3.0", "@streamr/utils": "103.3.0", "eventemitter3": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "ts-essentials": "^10.1.1", "uuid": "^11.1.0", "yallist": "^5.0.0" @@ -29314,7 +29314,7 @@ "buffer-shim": "^1.0.1", "eventemitter3": "^5.0.0", "hash-base": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "path-browserify": "^1.0.1", "pino": "^10.1.0", "pino-pretty": "^13.1.2", diff --git a/packages/autocertifier-server/package.json b/packages/autocertifier-server/package.json index 4c1aa793a4..3cc4fc646c 100644 --- a/packages/autocertifier-server/package.json +++ b/packages/autocertifier-server/package.json @@ -43,7 +43,7 @@ "dns2": "^2.1.0", "dotenv": "^17.2.3", "express": "^5.2.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "sqlite": "^5.1.1", "sqlite3": "^5.1.7", "uuid": "^11.1.0" diff --git a/packages/cli-tools/package.json b/packages/cli-tools/package.json index d17e89ff55..1a6d702a26 100644 --- a/packages/cli-tools/package.json +++ b/packages/cli-tools/package.json @@ -42,7 +42,7 @@ "easy-table": "^1.1.1", "ethers": "^6.13.0", "event-stream": "^4.0.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "semver": "^7.7.3" }, "devDependencies": { diff --git a/packages/dht/package.json b/packages/dht/package.json index 2e05658c8f..46af2eaacf 100644 --- a/packages/dht/package.json +++ b/packages/dht/package.json @@ -60,7 +60,7 @@ "heap": "^0.2.6", "ipaddr.js": "^2.0.1", "k-bucket": "^5.1.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lru-cache": "^11.2.2", "node-datachannel": "^0.27.0", "uuid": "^11.1.0", diff --git a/packages/node/package.json b/packages/node/package.json index e524aed1d6..10c81273f6 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -54,7 +54,7 @@ "eventemitter3": "^5.0.0", "express": "^5.2.0", "heap": "^0.2.6", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "merge2": "^1.4.1", "p-limit": "^3.1.0", "qs": "^6.14.0", diff --git a/packages/proto-rpc/package.json b/packages/proto-rpc/package.json index 1e8c1e8c9e..d128e5a7b5 100644 --- a/packages/proto-rpc/package.json +++ b/packages/proto-rpc/package.json @@ -36,7 +36,7 @@ "@protobuf-ts/runtime-rpc": "^2.8.2", "@streamr/utils": "103.3.0", "eventemitter3": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "uuid": "^11.1.0" }, "devDependencies": { diff --git a/packages/sdk/package.json b/packages/sdk/package.json index e4d4cd4222..b3055209d4 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -98,7 +98,7 @@ "ethers": "^6.13.0", "eventemitter3": "^5.0.0", "idb": "^8.0.3", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "lru-cache": "^11.2.2", "p-limit": "^3.1.0", "p-memoize": "4.0.4", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 8fc94ff3e7..9e8b675084 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -71,7 +71,7 @@ "express": "^5.2.0", "jest": "^30.2.0", "jest-matcher-utils": "^30.0.5", - "lodash": "^4.17.21" + "lodash": "^4.17.23" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.3", diff --git a/packages/trackerless-network/package.json b/packages/trackerless-network/package.json index 2d72cb031f..d9ca69a499 100644 --- a/packages/trackerless-network/package.json +++ b/packages/trackerless-network/package.json @@ -41,7 +41,7 @@ "@streamr/proto-rpc": "103.3.0", "@streamr/utils": "103.3.0", "eventemitter3": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "ts-essentials": "^10.1.1", "uuid": "^11.1.0", "yallist": "^5.0.0" diff --git a/packages/utils/package.json b/packages/utils/package.json index 2038b11e37..f95d359b16 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -55,7 +55,7 @@ "buffer-shim": "^1.0.1", "eventemitter3": "^5.0.0", "hash-base": "^3.1.2", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "path-browserify": "^1.0.1", "pino": "^10.1.0", "pino-pretty": "^13.1.2",