From 0fa258fc9e390735ddf6bf1336a22e21f6084f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:48:25 +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 82eb3af736..46b640ba63 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", "timers-browserify": "^2.0.12", @@ -28756,7 +28756,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", @@ -28812,7 +28812,7 @@ "@protobuf-ts/runtime-rpc": "^2.8.2", "@streamr/utils": "103.3.1", "eventemitter3": "^5.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "uuid": "^11.1.0" }, "devDependencies": { @@ -28929,7 +28929,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", @@ -29087,7 +29087,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", @@ -29191,7 +29191,7 @@ "@streamr/proto-rpc": "103.3.1", "@streamr/utils": "103.3.1", "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" @@ -29315,7 +29315,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 3bba9d1f39..8b40981e12 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 84e6a7728b..4facb094a9 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 68bd753f73..4894037b02 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", "timers-browserify": "^2.0.12", diff --git a/packages/node/package.json b/packages/node/package.json index 5d2d8bf3f9..ee13e24c4e 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 940313a0e3..d880e55540 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.1", "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 a185c6832f..095e356d26 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 cb35d0e2cb..fbd22a4c00 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 ae5e1e6595..d74ccc39a8 100644 --- a/packages/trackerless-network/package.json +++ b/packages/trackerless-network/package.json @@ -41,7 +41,7 @@ "@streamr/proto-rpc": "103.3.1", "@streamr/utils": "103.3.1", "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 3ed5ee3094..1c2c4d56c3 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",