@instana/metrics-util
Advanced tools
Comparing version 1.137.4 to 1.137.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.137.5](https://github.com/instana/nodejs/compare/v1.137.4...v1.137.5) (2022-01-25) | ||
### Bug Fixes | ||
* **deps:** bumped node-fetch to ^2.6.7 (security patch) ([#465](https://github.com/instana/nodejs/issues/465)) ([e8c622b](https://github.com/instana/nodejs/commit/e8c622bd976f9b552572cfed927cb11876315979)) | ||
## [1.137.4](https://github.com/instana/nodejs/compare/v1.137.3...v1.137.4) (2022-01-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/metrics-util", | ||
"version": "1.137.4", | ||
"version": "1.137.5", | ||
"description": "Internal utility library for Instana metric collection", | ||
@@ -12,3 +12,4 @@ "author": { | ||
"files": [ | ||
"src" | ||
"src", | ||
"CHANGELOG.md" | ||
], | ||
@@ -63,6 +64,6 @@ "publishConfig": { | ||
"dependencies": { | ||
"@instana/core": "1.137.4", | ||
"@instana/serverless": "1.137.4", | ||
"@instana/shared-metrics": "1.137.4", | ||
"node-fetch": "^2.6.1" | ||
"@instana/core": "1.137.5", | ||
"@instana/serverless": "1.137.5", | ||
"@instana/shared-metrics": "1.137.5", | ||
"node-fetch": "^2.6.7" | ||
}, | ||
@@ -72,3 +73,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "eb8440ec768cebfb83def798da5770b874d00b4c" | ||
"gitHead": "29e3b4c1a179435f9e796b45a9e639d630470fc4" | ||
} |
21755
+ Added@instana/core@1.137.5(transitive)
+ Added@instana/shared-metrics@1.137.5(transitive)
- Removed@instana/core@1.137.4(transitive)
- Removed@instana/shared-metrics@1.137.4(transitive)
Updated@instana/core@1.137.5
Updated@instana/serverless@1.137.5
Updatednode-fetch@^2.6.7