diff --git a/reana-ui/package.json b/reana-ui/package.json index 11680d15..22caf812 100644 --- a/reana-ui/package.json +++ b/reana-ui/package.json @@ -5,7 +5,7 @@ "dependencies": { "axios": "^1.5.1", "dompurify": "^3.0.6", - "jsroot": "^7.5.0", + "jsroot": "~7.5.0", "lodash": "^4.17.15", "mime": "^3.0.0", "moment": "^2.24.0", diff --git a/reana-ui/yarn.lock b/reana-ui/yarn.lock index 55437e83..0dc188fd 100644 --- a/reana-ui/yarn.lock +++ b/reana-ui/yarn.lock @@ -6997,10 +6997,10 @@ jsonpointer@^5.0.0: resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== -jsroot@^7.5.0: - version "7.5.3" - resolved "https://registry.yarnpkg.com/jsroot/-/jsroot-7.5.3.tgz#3bc00259358db4ad7c68d94c61816bbcd6e73717" - integrity sha512-yFemW92gqQiZg9z5+38aaERVgQjD69TsNrmibrvifb8xBVWlTTTKklzqKrBSF+k68Xpp3Q8/Q6XUWPy1BvZs0A== +jsroot@~7.5.0: + version "7.5.4" + resolved "https://registry.yarnpkg.com/jsroot/-/jsroot-7.5.4.tgz#8756382294d629e2410f30c006b8020978bcd6af" + integrity sha512-O7qoDYwToFBEjEmElPvx8e11tSyM0IcdLMdSv1LK/Jhic2zYEsUl0t0k7IG2ieRRKIA0mmJ+1wagDyelRLlaiw== dependencies: canvas "^2.11.2" jsdom "^22.1.0"