From 7c82cd4c89903e2daaa8799f10b4d5962be8797c Mon Sep 17 00:00:00 2001 From: JoseSantosAMD <87447437+JoseSantosAMD@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:57:29 -0600 Subject: [PATCH] upgrade jsdom version (#206) Signed-off-by: JoseSantosAMD [ROCm/rocprofiler-compute commit: 235f812e2cdbc5b751b5e961da15397938771d08] --- .../grafana_plugins/omniperfData_plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/grafana_plugins/omniperfData_plugin/package.json b/projects/rocprofiler-compute/grafana_plugins/omniperfData_plugin/package.json index 7ed4c9d1ba..d31f7c7c84 100644 --- a/projects/rocprofiler-compute/grafana_plugins/omniperfData_plugin/package.json +++ b/projects/rocprofiler-compute/grafana_plugins/omniperfData_plugin/package.json @@ -18,7 +18,7 @@ "chai": "~4.2.0", "gulp": "^4.0.2", "gulp-babel": "^7.0.1", - "jsdom": "~16.2.2", + "jsdom": ">=16.5.0", "prunk": "^1.3.1", "q": "^1.5.1" },