From feef4c1fbd5c2cf9be6a6dc4e9318cad4dca0178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 07:08:39 +0000 Subject: [PATCH] build(deps): bump the npm group with 9 updates Updates the requirements on [@grpc/grpc-js](https://github.com/grpc/grpc-node), [@eslint/eslintrc](https://github.com/eslint/eslintrc), [@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), [grpc-tools](https://github.com/grpc/grpc-node), [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) to permit the latest version. Updates `@grpc/grpc-js` to 1.12.6 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.5...@grpc/grpc-js@1.12.6) Updates `@eslint/eslintrc` to 3.3.0 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslintrc/compare/v3.2.0...v3.3.0) Updates `@eslint/js` to 9.21.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.21.0/packages/js) Updates `@typescript-eslint/eslint-plugin` to 8.25.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.25.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` to 8.25.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.25.0/packages/parser) Updates `eslint` to 9.21.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/compare/v9.19.0...v9.21.0) Updates `grpc-tools` to 1.13.0 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/grpc-tools@1.12.4...grpc@1.13.0) Updates `typescript` to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.8.2) Updates `vitest` to 3.0.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production dependency-group: npm - dependency-name: "@eslint/eslintrc" dependency-type: direct:development 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: grpc-tools dependency-type: direct:development dependency-group: npm - dependency-name: typescript dependency-type: direct:development dependency-group: npm - dependency-name: vitest dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index cfed83e..43983a0 100644 --- a/package.json +++ b/package.json @@ -38,23 +38,23 @@ "build-js-client": "tsc --declaration false --outDir js-dist" }, "dependencies": { - "@grpc/grpc-js": "^1.12.5", + "@grpc/grpc-js": "^1.12.6", "@protobuf-ts/runtime": "^2.9.4", "@protobuf-ts/runtime-rpc": "^2.9.4", "google-protobuf": "^3.21.4" }, "devDependencies": { - "@eslint/eslintrc": "^3.2.0", - "@eslint/js": "^9.19.0", + "@eslint/eslintrc": "^3.3.0", + "@eslint/js": "^9.21.0", "@protobuf-ts/plugin": "^2.9.4", "@tsconfig/node18": "^18.2.4", - "@typescript-eslint/eslint-plugin": "^8.22.0", - "@typescript-eslint/parser": "^8.22.0", - "eslint": "^9.19.0", - "grpc-tools": "^1.12.4", + "@typescript-eslint/eslint-plugin": "^8.25.0", + "@typescript-eslint/parser": "^8.25.0", + "eslint": "^9.21.0", + "grpc-tools": "^1.13.0", "rollup": "^4.34.8", "tsc-esm-fix": "^3.1.2", - "typescript": "^5.7", - "vitest": "^3.0.4" + "typescript": "^5.8", + "vitest": "^3.0.7" } }