Skip to content

Commit

Permalink
fix(host-metrics): bump minimum systeminformation version to 5.21.20 …
Browse files Browse the repository at this point in the history
…(security) (open-telemetry#1868)

* chore: bump system info version to address arbitrary command injection vulnerability in systeminformation

Signed-off-by: yyomba <yyomba@salesforce.com>

* chore: sync package-lock.json

---------

Signed-off-by: yyomba <yyomba@salesforce.com>
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
yoanyomba2023 and pichlermarc authored Dec 19, 2023
1 parent 7e335c7 commit c59e666
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/opentelemetry-host-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@opentelemetry/sdk-metrics": "^1.8.0",
"systeminformation": "^5.0.0"
"systeminformation": "^5.21.20"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/opentelemetry-host-metrics#readme"
}

0 comments on commit c59e666

Please sign in to comment.