Skip to content

Bump @grpc/grpc-js from 1.14.1 to 1.14.4#4993

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/grpc/grpc-js-1.14.4
Open

Bump @grpc/grpc-js from 1.14.1 to 1.14.4#4993
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/grpc/grpc-js-1.14.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps @grpc/grpc-js from 1.14.1 to 1.14.4.

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.14.4

@​grpc/grpc-js 1.14.3

  • Send halfClose immediately after messages to prevent late halfClose issues with Envoy (#3031 contributed by @​serkanerip)

@​grpc/grpc-js 1.14.2

Commits
  • a380735 Merge pull request #3052 from murgatroid99/grpc-js_1.14.4
  • 5b8d37b Merge commit from fork
  • 6a97456 Merge commit from fork
  • e5e0b1d grpc-js: Bump version to 1.14.4
  • 5029a26 Make compression error a static string
  • 2fe55fd Fix crashes when receiving malformed compressed data
  • 234f917 Fix server crash when handling invalid requests
  • acef8d4 Merge pull request #3043 from murgatroid99/rbac_types_change_fix_1.14
  • 4f3c58f grpc-js-xds: Update RBAC code to handle Node type change, pin @​types/node
  • ccd29b2 Merge pull request #3032 from murgatroid99/grpc-js_retry_half_close_1.14
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.14.1 to 1.14.4.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.14.1...@grpc/grpc-js@1.14.4)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.14.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request aims to update @grpc/grpc-js from 1.14.1 to 1.14.4 to patch critical security vulnerabilities involving server crashes from malformed requests and compressed messages. It also addresses functional bugs related to server keep-alive timeouts and Envoy compatibility.

Codacy analysis reports that the PR is up to standards. However, the most critical finding is an implementation gap: the package.json file, which should contain the version update, is not present in the current diff. This prevents verification of the security fix implementation.

About this PR

  • The package.json file is missing from the diff. Since the primary purpose of this PR is to update a dependency version, the modification to package.json must be included to verify the fix and ensure the security vulnerabilities (GHSA-5375-pq7m-f5r2, GHSA-99f4-grh7-6pcq) are correctly addressed.

Test suggestions

  • Verify that the package.json file is updated to specify @grpc/grpc-js version 1.14.4.
  • Perform integration testing on existing gRPC services to ensure no regressions in communication or connectivity.
  • Verify the gRPC server remains stable when receiving malformed requests or compressed data (regression testing for the security fixes).
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the package.json file is updated to specify @grpc/grpc-js version 1.14.4.
2. Perform integration testing on existing gRPC services to ensure no regressions in communication or connectivity.
3. Verify the gRPC server remains stable when receiving malformed requests or compressed data (regression testing for the security fixes).

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants