Skip to content

Commit 0013400

Browse files
build(deps): bump the npm group with 6 updates
Updates the requirements on [@grpc/grpc-js](https://github.com/grpc/grpc-node), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [jasmine](https://github.com/jasmine/jasmine-npm) to permit the latest version. Updates `@grpc/grpc-js` to 1.12.5 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.2...@grpc/grpc-js@1.12.5) Updates `@eslint/js` to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.17.0/packages/js) Updates `@typescript-eslint/eslint-plugin` to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` to 8.19.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.19.0/packages/parser) Updates `eslint` to 9.17.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.16.0...v9.17.0) Updates `jasmine` to 5.5.0 - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](jasmine/jasmine-npm@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production dependency-group: npm - dependency-name: "@eslint/js" dependency-type: direct:development dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development dependency-group: npm - dependency-name: eslint dependency-type: direct:development dependency-group: npm - dependency-name: jasmine dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 146f944 commit 0013400

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
"build-js-client": "tsc --target es2018 --declaration false --outDir js-dist"
2828
},
2929
"dependencies": {
30-
"@grpc/grpc-js": "^1.12.2",
30+
"@grpc/grpc-js": "^1.12.5",
3131
"@protobuf-ts/runtime": "^2.9.4",
3232
"@protobuf-ts/runtime-rpc": "^2.9.4",
3333
"google-protobuf": "^3.21.4"
3434
},
3535
"devDependencies": {
3636
"@eslint/eslintrc": "^3.2.0",
37-
"@eslint/js": "^9.16.0",
37+
"@eslint/js": "^9.17.0",
3838
"@protobuf-ts/plugin": "^2.9.4",
3939
"@types/jasmine": "^5.1.5",
4040
"@types/jest": "^29.5.14",
41-
"@typescript-eslint/eslint-plugin": "^8.16.0",
42-
"@typescript-eslint/parser": "^8.16.0",
43-
"eslint": "^9.16.0",
41+
"@typescript-eslint/eslint-plugin": "^8.19.0",
42+
"@typescript-eslint/parser": "^8.19.0",
43+
"eslint": "^9.17.0",
4444
"grpc-tools": "^1.12.4",
45-
"jasmine": "^5.4.0",
45+
"jasmine": "^5.5.0",
4646
"ts-node": "^10.9.2",
4747
"typescript": "^5.7"
4848
}

0 commit comments

Comments
 (0)