From 5213b73c29ef4a0136a916c2f4e8d12cabc7e07b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Jan 2024 01:39:55 +0000 Subject: [PATCH] fix: webapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLOTLYJS-6142157 --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 webapp/package.json diff --git a/webapp/package.json b/webapp/package.json old mode 100755 new mode 100644 index 8a68bd04..354b7fed --- a/webapp/package.json +++ b/webapp/package.json @@ -35,7 +35,7 @@ "monaco-editor-webpack-plugin": "^7.0.1", "openseadragon": "^3.0.0", "path-to-regexp": "^6.2.0", - "plotly.js": "^2.8.3", + "plotly.js": "^2.25.2", "qs": "^6.9.4", "react": "^17.0.1", "react-app-polyfill": "^3.0.0",