diff --git a/package-lock.json b/package-lock.json index 9e5dbd63..42fb5b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hhd-ui", - "version": "0.15.0", + "version": "0.15.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hhd-ui", - "version": "0.15.0", + "version": "0.15.2", "dependencies": { "@ag-grid-community/client-side-row-model": "^30.0.3", "@ag-grid-community/core": "^30.0.3", @@ -30,7 +30,7 @@ "luxon": "^3.3.0", "money-clip": "^3.0.5", "ol": "^7.4.0", - "plotly.js": "^2.24.3", + "plotly.js": "^2.25.2", "process": "^0.11.10", "proj4": "^2.9.0", "react": "^18.2.0", @@ -6444,9 +6444,9 @@ } }, "node_modules/plotly.js": { - "version": "2.24.3", - "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.24.3.tgz", - "integrity": "sha512-XPlBqWXx+BHU49gQ0tVIAhTqzP7cmnOfYTXIMxju8wTJElKEaiF9qqPG88WDiIAToup2n40zhXjsyJe/JaRu2g==", + "version": "2.25.2", + "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.25.2.tgz", + "integrity": "sha512-Pf6dPYGl21W7A3FTgLQ52fpgvrqGhCPDT3+612bxwg4QXlvxhnoFwvuhT1BRW/l2nbYGpRoUH79K54yf2vCMVQ==", "dependencies": { "@plotly/d3": "3.8.1", "@plotly/d3-sankey": "0.7.2", @@ -13210,9 +13210,9 @@ "version": "2.3.1" }, "plotly.js": { - "version": "2.24.3", - "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.24.3.tgz", - "integrity": "sha512-XPlBqWXx+BHU49gQ0tVIAhTqzP7cmnOfYTXIMxju8wTJElKEaiF9qqPG88WDiIAToup2n40zhXjsyJe/JaRu2g==", + "version": "2.25.2", + "resolved": "https://registry.npmjs.org/plotly.js/-/plotly.js-2.25.2.tgz", + "integrity": "sha512-Pf6dPYGl21W7A3FTgLQ52fpgvrqGhCPDT3+612bxwg4QXlvxhnoFwvuhT1BRW/l2nbYGpRoUH79K54yf2vCMVQ==", "requires": { "@plotly/d3": "3.8.1", "@plotly/d3-sankey": "0.7.2", diff --git a/package.json b/package.json index dd3ecc25..d9eb1f2b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "luxon": "^3.3.0", "money-clip": "^3.0.5", "ol": "^7.4.0", - "plotly.js": "^2.24.3", + "plotly.js": "^2.25.2", "process": "^0.11.10", "proj4": "^2.9.0", "react": "^18.2.0",