diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 068d7d0..e44a855 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,9 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + directories: + - "/" # Location of package manifests + - "js-dist" schedule: interval: "monthly" versioning-strategy: increase diff --git a/js-dist/package.json b/js-dist/package.json index cca39e4..211989a 100644 --- a/js-dist/package.json +++ b/js-dist/package.json @@ -22,8 +22,8 @@ "only-run-tests": "vitest" }, "dependencies": { - "@grpc/grpc-js": "~1.13.1", - "google-protobuf": "^3.15.3" + "@grpc/grpc-js": "^1.13.3", + "google-protobuf": "^3.21.4" }, "devDependencies": { "grpc-tools": "^1.11.2", diff --git a/package.json b/package.json index be7df06..a8dc259 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.13.1", + "@grpc/grpc-js": "^1.13.3", "@protobuf-ts/runtime": "^2.9.6", "@protobuf-ts/runtime-rpc": "^2.9.6", "google-protobuf": "^3.21.4" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.23.0", + "@eslint/js": "^9.24.0", "@protobuf-ts/plugin": "^2.9.6", "@tsconfig/node18": "^18.2.4", - "@typescript-eslint/eslint-plugin": "^8.28.0", - "@typescript-eslint/parser": "^8.28.0", - "eslint": "^9.23.0", + "@typescript-eslint/eslint-plugin": "^8.29.1", + "@typescript-eslint/parser": "^8.29.1", + "eslint": "^9.24.0", "grpc-tools": "^1.13.0", - "rollup": "^4.37.0", + "rollup": "^4.40.0", "tsc-esm-fix": "^3.1.2", "typescript": "^5.8", - "vitest": "^3.0.9" + "vitest": "^3.1.1" } }