fix: resolved npm audit failure#2597
Merged
Merged
Conversation
aryamohanan
reviewed
Jun 16, 2026
aryamohanan
left a comment
Contributor
There was a problem hiding this comment.
I suggest merging this as three separate commits:
- fix: bumped js-yaml from 4.1.1 to 4.2.0
- fix: bumped tar from 7.5.11 to 7.5.16
- fix: bumped otel core packages from 2.7.1 to 2.8.0 (includes both SDK and Core packages)
It would also be nice to add a commit body for each commit with relevant details about the audit fix
8eef224 to
1f1751f
Compare
aryamohanan
approved these changes
Jun 16, 2026
- bumped @opentelemetry/core from 2.7.1 to 2.8.0 - bumped @opentelemetry/sdk-trace-base from 2.3.0 to 2.8.0 - bumped @opentelemetry/resources from 2.3.0 to 2.8.0 resolved - GHSA-8988-4f7v-96qf
1f1751f to
7cf7fec
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



refs https://jsw.ibm.com/browse/INSTA-97256
The npm audit was failing due to multiple package failures:
tekton: https://cloud.ibm.com/devops/pipelines/tekton/c2cd6a8d-ea5a-47b0-913e-cd172d63833f/[…]bd6541e06/extract-repository-url?env_id=ibm:yp:eu-de&view=logs
some examples are:
js-yaml@instana/core: # npm audit report
@instana/core: js-yaml <=4.1.1
@instana/core: Severity: moderate
@instana/core: JS-YAML: Quadratic-complexity DoS in merge key handling via repeated aliases - GHSA-h67p-54hq-rp68
@instana/core: fix available via
npm audit fix --force@instana/core: Will install js-yaml@4.2.0, which is outside the stated dependency range
tar lib@instana/aws-lambda: > @instana/aws-lambda@6.2.0 audit
@instana/aws-lambda: > npm audit --omit=dev
@instana/opentelemetry-exporter: > @instana/opentelemetry-exporter@6.2.0 audit
@instana/opentelemetry-exporter: > npm audit --omit=dev
@instana/shared-metrics: # npm audit report
@instana/shared-metrics: tar <=7.5.15
@instana/shared-metrics: Severity: moderate
opentelemetry packages etc