diff --git a/html/pfappserver/root/package-lock.json b/html/pfappserver/root/package-lock.json index d4e0add0b0b..0610a9af656 100644 --- a/html/pfappserver/root/package-lock.json +++ b/html/pfappserver/root/package-lock.json @@ -22,7 +22,7 @@ "mixpanel-browser": "^2.50.0", "papaparse": "5.4.1", "pinia": "^2.1.7", - "plotly.js-dist-min": "^2.32.0", + "plotly.js-dist-min": "^2.35.2", "plotly.js-locales": "^2.32.0", "promised-debounce": "^0.4.2", "typeface-b612-mono": "1.1.13", @@ -19174,9 +19174,10 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "2.32.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.32.0.tgz", - "integrity": "sha512-UVznwUQVc7NeFih0tnIbvCpxct+Jxt6yxOGTYJF4vkKIUyujvyiTrH+XazglvcXdybFLERMu/IKt6Lhz3+BqMQ==" + "version": "2.35.2", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-2.35.2.tgz", + "integrity": "sha512-oWDTf2kYOmTtEw3epeeSBdfH/H3OSktF0suST9oI6fIgKfbyd4MT7TPh8+CVzdHYllYon24Q0HI1hZjOnLqk6g==", + "license": "MIT" }, "node_modules/plotly.js-locales": { "version": "2.32.0", diff --git a/html/pfappserver/root/package.json b/html/pfappserver/root/package.json index 93bef19a433..12ed5588366 100644 --- a/html/pfappserver/root/package.json +++ b/html/pfappserver/root/package.json @@ -25,7 +25,7 @@ "papaparse": "5.4.1", "pinia": "^2.1.7", "plotly.js-locales": "^2.32.0", - "plotly.js-dist-min": "^2.32.0", + "plotly.js-dist-min": "^2.35.2", "promised-debounce": "^0.4.2", "typeface-b612-mono": "1.1.13", "uuid": "^8.3.0",