From b3987f4a7a21e8c905e8a1d68e3d4f4863f13c06 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Jul 2022 20:09:13 +0000 Subject: [PATCH] fix: splunk_eventgen/lib/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-UJSON-2942122 --- splunk_eventgen/lib/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splunk_eventgen/lib/requirements.txt b/splunk_eventgen/lib/requirements.txt index d9cd22f7..ba8d9458 100644 --- a/splunk_eventgen/lib/requirements.txt +++ b/splunk_eventgen/lib/requirements.txt @@ -1,4 +1,4 @@ -ujson==2.0.3 +ujson==5.4.0 jinja2==2.10.3 requests-futures==1.0.0 urllib3==1.24.2