[Snyk] Upgrade: , , , , , , , , , , , , , , grpc-js-health-check, pino, uuid #1
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/proto-loader
from 0.7.6 to 0.7.13 | 8 versions ahead of your current version | 4 months ago
on 2024-05-01
@grpc/grpc-js
from 1.8.18 to 1.11.1 | 34 versions ahead of your current version | 2 months ago
on 2024-07-16
@opentelemetry/api
from 1.4.1 to 1.9.0 | 5 versions ahead of your current version | 3 months ago
on 2024-06-05
@opentelemetry/core
from 1.15.0 to 1.25.1 | 16 versions ahead of your current version | 3 months ago
on 2024-06-20
@opentelemetry/resources
from 1.15.0 to 1.25.1 | 16 versions ahead of your current version | 3 months ago
on 2024-06-20
@opentelemetry/sdk-metrics
from 1.15.0 to 1.25.1 | 16 versions ahead of your current version | 3 months ago
on 2024-06-20
@opentelemetry/resource-detector-alibaba-cloud
from 0.28.0 to 0.29.0 | 11 versions ahead of your current version | a month ago
on 2024-08-05
@opentelemetry/resource-detector-aws
from 1.3.0 to 1.5.2 | 12 versions ahead of your current version | 2 months ago
on 2024-07-04
@opentelemetry/resource-detector-container
from 0.3.0 to 0.3.11 | 11 versions ahead of your current version | 3 months ago
on 2024-06-10
@opentelemetry/resource-detector-gcp
from 0.29.0 to 0.29.10 | 10 versions ahead of your current version | 3 months ago
on 2024-06-06
@opentelemetry/exporter-trace-otlp-grpc
from 0.41.0 to 0.52.1 | 17 versions ahead of your current version | 3 months ago
on 2024-06-20
@opentelemetry/sdk-node
from 0.41.0 to 0.52.1 | 17 versions ahead of your current version | 3 months ago
on 2024-06-20
@opentelemetry/auto-instrumentations-node
from 0.38.0 to 0.49.1 | 22 versions ahead of your current version | a month ago
on 2024-08-05
@opentelemetry/exporter-metrics-otlp-grpc
from 0.41.0 to 0.52.1 | 17 versions ahead of your current version | 3 months ago
on 2024-06-20
grpc-js-health-check
from 1.1.0 to 1.2.2 | 3 versions ahead of your current version | 9 months ago
on 2023-12-13
pino
from 8.7.0 to 8.21.0 | 27 versions ahead of your current version | 5 months ago
on 2024-04-24
uuid
from 9.0.0 to 9.0.1 | 1 version ahead of your current version | a year ago
on 2023-09-12
Issues fixed by the recommended upgrade:
SNYK-JS-IMPORTINTHEMIDDLE-5826054
SNYK-JS-GRPCGRPCJS-7242922
Release notes
Package name: @grpc/proto-loader
Package name: @grpc/grpc-js
@ grpc/proto-loader
v0.1.0This is a new library for loading
.proto
files for use with gRPC using the latest version of Protobuf.js. The output of this package is intended to be loaded using the newloadPackageDefinition
function in thegrpc
library.@ grpc/grpc-js
v0.1.0This is the first alpha release of the new pure JavaScript implementation of gRPC. It implements the same API as the existing
grpc
library. Currently only the client is implemented, with the following functionality:loadPackageDefinition
grpc
v1.11.0Node changes:
loadPackageDefintion
function (#196)grpc.load
(#228 contributed by @ cblair)grpc.loadObject
when failing to detect Protobuf.js version (#253 contributed by @ kellycampbell)-zdefs
flag frombinding.gyp
to enable building on FreeBSD (#266)Node changes:
node-pre-gyp
to version 0.7.0 (#245)C core changes:
C Core Changes
"grpc.dns_min_time_between_resolutions_ms"
. (grpc/grpc#14228)KeyCertPair
(#171)UNAVAILABLE
status instead ofUNAUTHENTICATED
(grpc/grpc#13363).Package name: @opentelemetry/api
1.9.0
🚀 (Enhancement)
Package name: @opentelemetry/core
1.25.1
📚 (Refine Doc)
🏠 (Internal)
1.25.0
🚀 (Enhancement)
📚 (Refine Doc)
1.24.1
🐛 (Bug Fix)
getEnv()
andgetEnvWithoutDefaults()
when aprocess
polyfill is used #4648 @ pichlermarcgetEnvWithoutDefaults()
would useprocess.env
if it was defined when running in a browser, whilegetEnv()
would always use_globalThis
. Now both use_globalThis
when running in a browser.@ opentelemetry/resources
Package name: @opentelemetry/resources
1.25.1
📚 (Refine Doc)
🏠 (Internal)
1.25.0
🚀 (Enhancement)
📚 (Refine Doc)
1.24.1
🐛 (Bug Fix)
getEnv()
andgetEnvWithoutDefaults()
when aprocess
polyfill is used #4648 @ pichlermarcgetEnvWithoutDefaults()
would useprocess.env
if it was defined when running in a browser, whilegetEnv()
would always use_globalThis
. Now both use_globalThis
when running in a browser.@ opentelemetry/resources
Package name: @opentelemetry/sdk-metrics
1.25.1
📚 (Refine Doc)
🏠 (Internal)
1.25.0
🚀 (Enhancement)
📚 (Refine Doc)
1.24.1
🐛 (Bug Fix)
getEnv()
andgetEnvWithoutDefaults()
when aprocess
polyfill is used #4648 @ pichlermarcgetEnvWithoutDefaults()
would useprocess.env
if it was defined when running in a browser, whilegetEnv()
would always use_globalThis
. Now both use_globalThis
when running in a browser.@ opentelemetry/resources
Package name: @opentelemetry/resource-detector-alibaba-cloud
Package name: @opentelemetry/resource-detector-aws