Skip to content

Commit 38cb03c

Browse files
build(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) and [zod](https://github.com/colinhacks/zod). Updates `eslint-plugin-jest` from 29.2.0 to 29.2.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.2.0...v29.2.1) Updates `@types/lodash` from 4.17.20 to 4.17.21 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `zod` from 4.1.12 to 4.1.13 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.12...v4.1.13) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/lodash" dependency-version: 4.17.21 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: zod dependency-version: 4.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88a6a93 commit 38cb03c

File tree

9 files changed

+29
-29
lines changed

9 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-config-streamr-ts": "^7.0.0",
4343
"eslint-import-resolver-typescript": "^4.4.4",
4444
"eslint-plugin-import": "^2.32.0",
45-
"eslint-plugin-jest": "^29.2.0",
45+
"eslint-plugin-jest": "^29.2.1",
4646
"eslint-plugin-promise": "^7.2.1",
4747
"globals": "^16.5.0",
4848
"jest": "^30.2.0",

packages/cli-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@streamr/test-utils": "103.1.2",
5050
"@types/event-stream": "^4.0.6",
51-
"@types/lodash": "^4.17.20",
51+
"@types/lodash": "^4.17.21",
5252
"@types/merge2": "^1.4.4",
5353
"@types/semver": "^7.7.1",
5454
"merge2": "^1.4.1"

packages/dht/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@streamr/test-utils": "103.1.2",
6262
"@types/heap": "^0.2.35",
6363
"@types/k-bucket": "^5.0.1",
64-
"@types/lodash": "^4.17.20",
64+
"@types/lodash": "^4.17.21",
6565
"@types/websocket": "^1.0.10",
6666
"@types/ws": "^8.18.1",
6767
"jest-leak-detector": "^27.3.1",

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"qs": "^6.14.0",
6161
"uuid": "^11.1.0",
6262
"ws": "^8.18.3",
63-
"zod": "^4.1.12"
63+
"zod": "^4.1.13"
6464
},
6565
"devDependencies": {
6666
"@inquirer/testing": "^2.1.51",
@@ -69,7 +69,7 @@
6969
"@types/cors": "^2.8.19",
7070
"@types/express": "^5.0.1",
7171
"@types/heap": "^0.2.35",
72-
"@types/lodash": "^4.17.20",
72+
"@types/lodash": "^4.17.21",
7373
"@types/merge2": "^1.4.4",
7474
"@types/qs": "^6.14.0",
7575
"@types/stream-to-array": "^2.3.3",

packages/proto-rpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@streamr/browser-test-runner": "^0.0.1",
4242
"@streamr/test-utils": "103.1.2",
43-
"@types/lodash": "^4.17.20"
43+
"@types/lodash": "^4.17.21"
4444
},
4545
"optionalDependencies": {
4646
"bufferutil": "^4.0.9",

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@jest/globals": "^30.0.5",
6363
"@streamr/test-utils": "103.1.2",
6464
"@types/heap": "^0.2.35",
65-
"@types/lodash": "^4.17.20",
65+
"@types/lodash": "^4.17.21",
6666
"ajv": "^8.17.1",
6767
"ajv-formats": "^3.0.1",
6868
"babel-loader": "^10.0.0",
@@ -120,7 +120,7 @@
120120
"ts-toolbelt": "^9.6.0",
121121
"tsyringe": "^4.10.0",
122122
"uuid": "^11.1.0",
123-
"zod": "^4.1.12"
123+
"zod": "^4.1.13"
124124
},
125125
"optionalDependencies": {
126126
"bufferutil": "^4.0.9",

packages/trackerless-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@streamr/browser-test-runner": "^0.0.1",
5050
"@streamr/test-utils": "103.1.2",
51-
"@types/lodash": "^4.17.20",
51+
"@types/lodash": "^4.17.21",
5252
"@types/yallist": "^5.0.0",
5353
"expect": "^30.0.5",
5454
"ts-node": "^10.9.2"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@streamr/browser-test-runner": "^0.0.1",
40-
"@types/lodash": "^4.17.20",
40+
"@types/lodash": "^4.17.21",
4141
"@types/secp256k1": "^4.0.7"
4242
}
4343
}

0 commit comments

Comments
 (0)