Skip to content

Commit 82041f2

Browse files
authored
Merge pull request #231 from authzed/dependabot/npm_and_yarn/npm-009c351397
build(deps): bump the npm group across 2 directories with 10 updates
2 parents 46b3df5 + 609c879 commit 82041f2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

js-dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"only-run-tests": "vitest"
2323
},
2424
"dependencies": {
25-
"@grpc/grpc-js": "^1.13.3",
25+
"@grpc/grpc-js": "^1.13.4",
2626
"google-protobuf": "^3.21.4"
2727
},
2828
"devDependencies": {
2929
"grpc-tools": "^1.13.0",
30-
"vitest": "^3.1.2"
30+
"vitest": "^3.1.4"
3131
}
3232
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"build-js-client": "tsc --declaration false --outDir js-dist"
4444
},
4545
"dependencies": {
46-
"@grpc/grpc-js": "^1.13.3",
47-
"@protobuf-ts/runtime": "^2.9.6",
48-
"@protobuf-ts/runtime-rpc": "^2.9.6",
46+
"@grpc/grpc-js": "^1.13.4",
47+
"@protobuf-ts/runtime": "^2.11.0",
48+
"@protobuf-ts/runtime-rpc": "^2.11.0",
4949
"google-protobuf": "^3.21.4"
5050
},
5151
"devDependencies": {
5252
"@eslint/eslintrc": "^3.3.1",
53-
"@eslint/js": "^9.25.1",
54-
"@protobuf-ts/plugin": "^2.9.6",
53+
"@eslint/js": "^9.28.0",
54+
"@protobuf-ts/plugin": "^2.11.0",
5555
"@tsconfig/node18": "^18.2.4",
56-
"@typescript-eslint/eslint-plugin": "^8.31.1",
57-
"@typescript-eslint/parser": "^8.31.1",
58-
"eslint": "^9.25.1",
56+
"@typescript-eslint/eslint-plugin": "^8.33.0",
57+
"@typescript-eslint/parser": "^8.33.0",
58+
"eslint": "^9.28.0",
5959
"grpc-tools": "^1.13.0",
6060
"prettier": "^3.5.3",
61-
"rollup": "^4.40.1",
61+
"rollup": "^4.41.1",
6262
"tsc-esm-fix": "^3.1.2",
6363
"typescript": "^5.8",
64-
"vitest": "^3.1.2"
64+
"vitest": "^3.1.4"
6565
}
6666
}

0 commit comments

Comments
 (0)