[Snyk] Upgrade: , protobufjs, rxjs #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@grpc/grpc-js
from 1.6.7 to 1.11.1 | 62 versions ahead of your current version | 2 months ago
on 2024-07-16
protobufjs
from 7.0.0 to 7.4.0 | 15 versions ahead of your current version | a month ago
on 2024-08-22
rxjs
from 7.5.6 to 7.8.1 | 5 versions ahead of your current version | a year ago
on 2023-04-26
Issues fixed by the recommended upgrade:
SNYK-JS-PROTOBUFJS-5756498
SNYK-JS-GRPCGRPCJS-7242922
Release notes
Package name: @grpc/grpc-js
-
1.11.1 - 2024-07-16
- Fixed an issue where building from source would sometimes fail (#304)
- Added NodeJS 10 pre-built binaries (#302)
- Added Electron 2 pre-built binaries (#291)
- Added TypeScript type definitions for APIs added in v1.11.x (#306)
-
1.11.0 - 2024-07-15
- Unary and streaming calls
- Cancellation
- Deadlines
- Metadata
- Basic automatic reconnection logic
- Channel and call credentials
- Add client interceptors API (#59 contributed by @ drobertduke)
- Add
- Publish ARM64 binaries (#200)
- Improve function type test in a client method (#204 contributed by @ arcana261)
- Add details to UNIMPLEMENTED response status (#207 contributed by @ theogravity)
- Add error handling for missing files when calling
- Fix error message in
- Remove
-
1.10.11 - 2024-07-10
-
1.10.10 - 2024-06-24
-
1.10.9 - 2024-06-10
-
1.10.8 - 2024-05-15
-
1.10.7 - 2024-05-01
-
1.10.6 - 2024-04-03
-
1.10.5 - 2024-04-01
-
1.10.4 - 2024-03-26
-
1.10.3 - 2024-03-15
-
1.10.2 - 2024-03-11
-
1.10.1 - 2024-02-15
- Update dependency on
- Decrease number of pings sent by clients (grpc/grpc#14804)
- Fix memory leak caused by flow control bug (grpc/grpc#14828)
-
1.10.0 - 2024-02-06
- Fix memory leaks in max_age_filter (grpc/grpc#14501) and http_proxy (grpc/grpc#14137)
- Added re-resolution into grpclb policy (grpc/grpc#14438)
- Update BoringSSL submodule (grpc/grpc#13948)
- Make RR re-resolve when any of its subchannels fail (grpc/grpc#14170)
- DNS resolver caches results, allowing it to be hit arbitrarily often. Resolution frequency is controlled via channel arg
-
1.9.15 - 2024-06-10
-
1.9.14 - 2024-01-16
-
1.9.13 - 2023-12-12
-
1.9.12 - 2023-11-27
-
1.9.11 - 2023-11-16
-
1.9.10 - 2023-11-14
-
1.9.9 - 2023-10-30
-
1.9.8 - 2023-10-27
-
1.9.7 - 2023-10-19
-
1.9.6 - 2023-10-17
-
1.9.5 - 2023-10-02
-
1.9.4 - 2023-09-26
-
1.9.3 - 2023-09-13
-
1.9.2 - 2023-08-31
-
1.9.1 - 2023-08-22
- Fix usage of Protobuf.js Message type in TypeScript type definitions file (#177)
- Fix handling of undefined values for optional call arguments (#179)
-
1.9.0 - 2023-08-01
- Further improve the error output when failing to load an installed precompiled binary (#175)
- Fix type definition documentation for
- Fix server segfault on invalid HTTP/2 (grpc/grpc#14199)
- LB policies request re-resolution without shutting down (grpc/grpc#12829)
- On server, include receiving HTTP/2 settings in handshake timeout (grpc/grpc#13336)
- Fix max connection idleness crash (grpc/grpc#14122)
- Report metadata plugin auth errors with an
-
1.8.22 - 2024-06-10
-
1.8.21 - 2023-07-28
-
1.8.20 - 2023-07-25
-
1.8.19 - 2023-07-24
-
1.8.18 - 2023-07-13
-
1.8.17 - 2023-06-27
-
1.8.16 - 2023-06-20
-
1.8.15 - 2023-06-05
-
1.8.14 - 2023-04-12
-
1.8.13 - 2023-03-23
-
1.8.12 - 2023-03-07
-
1.8.11 - 2023-02-24
-
1.8.10 - 2023-02-22
-
1.8.9 - 2023-02-15
-
1.8.8 - 2023-02-08
-
1.8.7 - 2023-01-25
-
1.8.6 - 2023-01-25
-
1.8.5 - 2023-01-23
-
1.8.4 - 2023-01-12
- Add error code name and number to status
- Made a build process change that may fix some installation errors
- Add more informative error for a missing callback to the
- Removed extraneous files from published package
- Mark some network errors with an UNAVAILABLE status (grpc/grpc#13917)
- Fix HTTP/2 PING issues (grpc/grpc#13950)
-
1.8.3 - 2023-01-11
-
1.8.2 - 2023-01-09
-
1.8.1 - 2023-01-03
-
1.8.0 - 2022-12-07
- Publish precompiled binaries for Alpine Linux
- Improve the error output when failing to load an installed precompiled binary (#106).
-
1.7.3 - 2022-10-21
- Pick up a security bug fix from gRPC core (grpc/grpc#13642).
-
1.7.2 - 2022-10-14
- Separate precompiled binaries for glibc and musl libc (#82, courtesy of @ bkw)
- Precompiled binaries are not yet distributed for musl libc. Installations on Alpine Linux will result in compiling the binary locally.
- Remove incorrect assertion (#92)
-
1.7.1 - 2022-09-21
-
1.7.0 - 2022-09-08
-
1.6.12 - 2022-08-31
-
1.6.11 - 2022-08-29
-
1.6.10 - 2022-08-15
-
1.6.9 - 2022-08-09
-
1.6.8 - 2022-07-21
-
1.6.7 - 2022-04-20
from @grpc/grpc-js GitHub release notes@ grpc/proto-loaderv0.1.0This is a new library for loading
.protofiles for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the newloadPackageDefinitionfunction in thegrpclibrary.@ grpc/grpc-jsv0.1.0This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing
grpclibrary. Currently only the client is implemented, with the following functionality:loadPackageDefinitiongrpcv1.11.0Node changes:
loadPackageDefintionfunction (#196)grpc.load(#228 contributed by @ cblair)grpc.loadObjectwhen failing to detect Protobuf.js version (#253 contributed by @ kellycampbell)-zdefsflag frombinding.gypto enable building on FreeBSD (#266)Node changes:
node-pre-gypto version 0.7.0 (#245)C core changes:
C Core Changes
"grpc.dns_min_time_between_resolutions_ms". (grpc/grpc#14228)KeyCertPair(#171)UNAVAILABLEstatus instead ofUNAUTHENTICATED(grpc/grpc#13363).Errorobjects for easier debugging. The status details string is now available in theErrorobject'sdetailsfield. (#126)Server#tryShutdownmethod (#143)Package name: protobufjs
-
7.4.0 - 2024-08-22
- Add
- include (28e3334)
-
7.3.3 - 2024-08-21
- handle nullability for optional fields (59569c1)
-
7.3.2 - 2024-06-12
- docs: Update readme to correct command for creating types (#1939) (0f9d477)
- Also fixes an issue with 7.3.1, where the dist/ folder containing the build artifacts was missing on npm.
-
7.3.1 - 2024-06-11
- types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)
-
7.3.0 - 2024-05-10
- add handling for extension range options (#1990) (2d58011)
-
7.2.6 - 2024-01-16
- report missing import properly in loadSync (#1960) (af3ff83)
-
7.2.5 - 2023-08-22
- crash in comment parsing (#1890) (eaf9f0a)
- deprecation warning for new Buffer (#1905) (e93286e)
- possible infinite loop when parsing option (#1923) (f2a8620)
-
7.2.4 - 2023-06-27
-
7.2.3 - 2023-03-27
-
7.2.2 - 2023-02-07
-
7.2.1 - 2023-02-02
-
7.2.0 - 2023-01-24
-
7.1.2 - 2022-09-22
-
7.1.1 - 2022-09-10
-
7.1.0 - 2022-08-26
-
7.0.0 - 2022-07-08
from protobufjs GitHub release notes7.4.0 (2024-08-22)
Features
prepublishOnlyscript (0e4da8b)Bug Fixes
7.3.3 (2024-08-16)
Bug Fixes
7.3.2 (2024-06-12)
Bug Fixes
7.3.1 (2024-06-05)
Bug Fixes
7.3.0 (2024-05-10)
Features
7.2.6 (2024-01-16)
Bug Fixes
7.2.5 (2023-08-21)
Bug Fixes
Package name: rxjs
-
7.8.1 - 2023-04-26
-
7.8.0 - 2022-12-15
-
7.7.0 - 2022-12-15
-
7.6.0 - 2022-12-03
-
7.5.7 - 2022-09-25
-
7.5.6 - 2022-07-11
from rxjs GitHub release noteschore(publish): 7.8.1
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: