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",