From c14b79f201be64ab963e652a3f5c79e2e23a9723 Mon Sep 17 00:00:00 2001 From: Eli Nudler Date: Mon, 18 Feb 2019 17:26:54 +0200 Subject: [PATCH] fix(package.lock): update prometheus plugin version --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cac1371..bea01e54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -459,9 +459,9 @@ } }, "artillery-plugin-prometheus": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/artillery-plugin-prometheus/-/artillery-plugin-prometheus-1.0.1.tgz", - "integrity": "sha512-4dCSnZr7CHsz5xkiyfIWSac6Y+5PdluXtibUfPed/fH4SkDp22MGT2d9qvJoEtvg6GOc+udEFQRKLOTy3lJg1w==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/artillery-plugin-prometheus/-/artillery-plugin-prometheus-1.0.2.tgz", + "integrity": "sha512-yb7FIblJA3IxvAPM7wVzK5DLtYH9P1zn8ShOMnUUQy7LUzk7+bnPS6RxM9hFqomLEWLBiVU9Ueo5YNdMcy5llQ==", "requires": { "pidusage": "^2.0.17", "prom-client": "^11.1.3", diff --git a/package.json b/package.json index 777c3a36..19ca824a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/Zooz/predator-runner#readme", "dependencies": { "artillery": "https://github.com/NivLipetz/artillery.git#new-concurrency-logic-v2", - "artillery-plugin-prometheus": "1.0.1", + "artillery-plugin-prometheus": "^1.0.2", "bunyan": "1.8.12", "kafka-node": "3.0.1", "pidusage": "2.0.6",