From 71446f02d071e97c63a01567b370186868fabffa Mon Sep 17 00:00:00 2001 From: koalasat Date: Sat, 26 Apr 2025 20:37:13 +0200 Subject: [PATCH] Bumb frontend versions --- frontend/package-lock.json | 280 +++++++++++++++++++------------------ frontend/package.json | 4 +- 2 files changed, 144 insertions(+), 140 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7af1f8a3..571c8809 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,8 +20,8 @@ "@mui/system": "^6.1.5", "@mui/x-data-grid": "^7.23.1", "@mui/x-date-pickers": "^7.23.1", - "@nivo/core": "^0.86.0", - "@nivo/line": "^0.86.0", + "@nivo/core": "^0.89.1", + "@nivo/line": "^0.89.1", "base-ex": "^0.8.1", "country-flag-icons": "^1.5.13", "date-fns": "^2.30.0", @@ -3994,142 +3994,124 @@ } }, "node_modules/@nivo/annotations": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/annotations/-/annotations-0.86.0.tgz", - "integrity": "sha512-7D5h2FzjDhAMzN9siLXSGoy1+7ZcKFu6nSoqrc4q8e1somoIw91czsGq7lowG1g4BUoLC1ZCPNRpi7pzb13JCg==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/annotations/-/annotations-0.89.1.tgz", + "integrity": "sha512-ow+1hyNszlQX0wrN6KM+4eU+TMDfQr8YXK3ifXabz+I1AhpqLIaPuoZ5pmoGgJuJ/NchgBOgnwczSybVqdE//Q==", + "license": "MIT", "dependencies": { - "@nivo/colors": "0.86.0", - "@nivo/core": "0.86.0", + "@nivo/colors": "0.89.1", + "@nivo/core": "0.89.1", "@react-spring/web": "9.4.5 || ^9.7.2", - "@types/prop-types": "^15.7.2", - "lodash": "^4.17.21", - "prop-types": "^15.7.2" + "lodash": "^4.17.21" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/axes": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/axes/-/axes-0.86.0.tgz", - "integrity": "sha512-puIjpx9GysC4Aey15CPkXrUkLY2Tr7NqP8SCYK6W2MlCjaitkpreD392TCTog1X3LTi39snLsXPl5W9cBW+V2w==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/axes/-/axes-0.89.1.tgz", + "integrity": "sha512-W7JFfPKEf2iQKVhtdLpDvh0qfGnGkzoEBkcUS0WoQn6wHI30SVY9H5zzANYbXRXQeh4gqr1AOSc0fD8iEBuomQ==", + "license": "MIT", "dependencies": { - "@nivo/core": "0.86.0", - "@nivo/scales": "0.86.0", + "@nivo/core": "0.89.1", + "@nivo/scales": "0.89.0", "@react-spring/web": "9.4.5 || ^9.7.2", "@types/d3-format": "^1.4.1", "@types/d3-time-format": "^2.3.1", - "@types/prop-types": "^15.7.2", "d3-format": "^1.4.4", - "d3-time-format": "^3.0.0", - "prop-types": "^15.7.2" + "d3-time-format": "^3.0.0" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/colors": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/colors/-/colors-0.86.0.tgz", - "integrity": "sha512-qsUlpFe4ipGEciQMnicvxL0PeOGspQFfzqJ+lpU5eUeP/C9zLUKGiRRefXRNZMHtY/V1arqFa1P9TD8IXwXF/w==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/colors/-/colors-0.89.1.tgz", + "integrity": "sha512-B4pCn69EWk+VUVE1JGe7pZ3wYbO5q+8WDZ5GMqcUEXr3y/8qOdW8knFBSxLpyQDTZGx6Ye1tkiyuU+NVAfiKSg==", + "license": "MIT", "dependencies": { - "@nivo/core": "0.86.0", + "@nivo/core": "0.89.1", "@types/d3-color": "^3.0.0", "@types/d3-scale": "^4.0.8", "@types/d3-scale-chromatic": "^3.0.0", - "@types/prop-types": "^15.7.2", "d3-color": "^3.1.0", "d3-scale": "^4.0.2", "d3-scale-chromatic": "^3.0.0", - "lodash": "^4.17.21", - "prop-types": "^15.7.2" + "lodash": "^4.17.21" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/core": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/core/-/core-0.86.0.tgz", - "integrity": "sha512-0laA4BYXbDO85wOnWmzM7iv78wCjTF9tt2kEkRIXfHS3sHWCvasL2p+BJSO9/BJNHSgaHoseTdLX78Kg+ofl0Q==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/core/-/core-0.89.1.tgz", + "integrity": "sha512-p64RBfBNMG+yKqvX6SDi6ArvcAKgN03Y7Ek8zzgnqHd/jLmyn8P0S20zfcJXN0TmQvLeb9eYkG2hqZrlwkey7w==", + "license": "MIT", "dependencies": { - "@nivo/recompose": "0.86.0", - "@nivo/tooltip": "0.86.0", + "@nivo/tooltip": "0.89.1", "@react-spring/web": "9.4.5 || ^9.7.2", - "@types/d3-shape": "^2.0.0", + "@types/d3-shape": "^3.1.6", "d3-color": "^3.1.0", "d3-format": "^1.4.4", "d3-interpolate": "^3.0.1", "d3-scale": "^4.0.2", "d3-scale-chromatic": "^3.0.0", - "d3-shape": "^1.3.5", + "d3-shape": "^3.2.0", "d3-time-format": "^3.0.0", - "lodash": "^4.17.21", - "prop-types": "^15.7.2" + "lodash": "^4.17.21" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/nivo/donate" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/legends": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/legends/-/legends-0.86.0.tgz", - "integrity": "sha512-J80tUFh3OZFz+bQ7BdiUtXbWzfQlMsKOlpsn5Ys9g8r/y8bhBagmMaHfq53SYJ7ottHyibgiOvtxfWR6OGA57g==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/legends/-/legends-0.89.1.tgz", + "integrity": "sha512-Btd5oLotngoiWlFHwmr2WvxkA9P4+KXQiiIka2ocG+/sNjkwqnvfac4pagB7102A5kD1Z3ndzGKFh1OLiCCOew==", + "license": "MIT", "dependencies": { - "@nivo/colors": "0.86.0", - "@nivo/core": "0.86.0", + "@nivo/colors": "0.89.1", + "@nivo/core": "0.89.1", "@types/d3-scale": "^4.0.8", - "@types/prop-types": "^15.7.2", - "d3-scale": "^4.0.2", - "prop-types": "^15.7.2" + "d3-scale": "^4.0.2" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/line": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/line/-/line-0.86.0.tgz", - "integrity": "sha512-y6tmhuXo2gU5AKSMsbGgHzrwRNkKaoxetmVOat25Be/e7eIDyDYJTfFDJJ2U9q1y/fcOmYUEUEV5jAIG4d2abA==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/line/-/line-0.89.1.tgz", + "integrity": "sha512-8titVkCj39vL2dIaLYA3jSMIUtLftVSc9bbTGy2O95f3wv4irVRuxhPAW2i2cGDeb22jPeqIv6dEhQalmp5gSQ==", + "license": "MIT", "dependencies": { - "@nivo/annotations": "0.86.0", - "@nivo/axes": "0.86.0", - "@nivo/colors": "0.86.0", - "@nivo/core": "0.86.0", - "@nivo/legends": "0.86.0", - "@nivo/scales": "0.86.0", - "@nivo/tooltip": "0.86.0", - "@nivo/voronoi": "0.86.0", + "@nivo/annotations": "0.89.1", + "@nivo/axes": "0.89.1", + "@nivo/colors": "0.89.1", + "@nivo/core": "0.89.1", + "@nivo/legends": "0.89.1", + "@nivo/scales": "0.89.0", + "@nivo/tooltip": "0.89.1", + "@nivo/voronoi": "0.89.1", "@react-spring/web": "9.4.5 || ^9.7.2", - "d3-shape": "^1.3.5", - "prop-types": "^15.7.2" + "d3-shape": "^3.2.0" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" - } - }, - "node_modules/@nivo/recompose": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/recompose/-/recompose-0.86.0.tgz", - "integrity": "sha512-fS0FKcsAK6auMc1oFszSpPw+uaXSQcuc1bDOjcXtb2FwidnG3hzQkLdnK42ksi/bUZyScpHu8+c0Df+CmDNXrw==", - "dependencies": { - "@types/prop-types": "^15.7.2", - "@types/react-lifecycles-compat": "^3.0.1", - "prop-types": "^15.7.2", - "react-lifecycles-compat": "^3.0.4" - }, - "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/scales": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/scales/-/scales-0.86.0.tgz", - "integrity": "sha512-zw+/BVUo7PFivZVoSAgsocQZ4BtEzjNAijfZT03zVs1i+TJ1ViMtoHafAXkDtIE7+ie0IqeVVhjjTv3RfsFxrQ==", + "version": "0.89.0", + "resolved": "https://registry.npmjs.org/@nivo/scales/-/scales-0.89.0.tgz", + "integrity": "sha512-EVxQNKfd02pximJ/BDKR0BhgS77zDnEfNJNLCaZSB9K4ywpxk8fmdUbHP1dSvWGZA8szbKVNNE3WeSDwdFkhag==", + "license": "MIT", "dependencies": { "@types/d3-scale": "^4.0.8", "@types/d3-time": "^1.1.1", @@ -4143,33 +4125,37 @@ "node_modules/@nivo/scales/node_modules/@types/d3-time-format": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-3.0.4.tgz", - "integrity": "sha512-or9DiDnYI1h38J9hxKEsw513+KVuFbEVhl7qdxcaudoiqWWepapUen+2vAriFGexr6W5+P4l9+HJrB39GG+oRg==" + "integrity": "sha512-or9DiDnYI1h38J9hxKEsw513+KVuFbEVhl7qdxcaudoiqWWepapUen+2vAriFGexr6W5+P4l9+HJrB39GG+oRg==", + "license": "MIT" }, "node_modules/@nivo/tooltip": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/tooltip/-/tooltip-0.86.0.tgz", - "integrity": "sha512-esaON+SltO+8jhyvhiInTrhswms9zCO9e5xIycHmhPbgijV+WdFp4WDtT9l6Lb6kSS00AYzHq7P0p6lyMg4v9g==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/tooltip/-/tooltip-0.89.1.tgz", + "integrity": "sha512-GUn5a5wHjJ/x+m/B2RwGyfAt0LF4liv1oN1a8zKxgcEkkjqanMgOIoq4z3iLb+bnHG3QnirHOIfsOOgCGqtPnQ==", + "license": "MIT", "dependencies": { - "@nivo/core": "0.86.0", + "@nivo/core": "0.89.1", "@react-spring/web": "9.4.5 || ^9.7.2" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@nivo/voronoi": { - "version": "0.86.0", - "resolved": "https://registry.npmjs.org/@nivo/voronoi/-/voronoi-0.86.0.tgz", - "integrity": "sha512-BPjHpBu7KQXndNePNHWv37AXD1VwIsCZLhyUGuWPUkNidUMG8il0UgK2ej46OKbOeyQEhWjtMEtUG3M1uQk3Ng==", + "version": "0.89.1", + "resolved": "https://registry.npmjs.org/@nivo/voronoi/-/voronoi-0.89.1.tgz", + "integrity": "sha512-y2FuGh4Dk9WFbzK5eMaoYR/MORxJlLVu+DAFQ9RGTv23hO5y3jc6mXJEKUF7kG4BtaaU/cb7s8G34eh1iI/CbA==", + "license": "MIT", "dependencies": { - "@nivo/core": "0.86.0", - "@types/d3-delaunay": "^5.3.0", + "@nivo/core": "0.89.1", + "@nivo/tooltip": "0.89.1", + "@types/d3-delaunay": "^6.0.4", "@types/d3-scale": "^4.0.8", - "d3-delaunay": "^5.3.0", + "d3-delaunay": "^6.0.4", "d3-scale": "^4.0.2" }, "peerDependencies": { - "react": ">= 16.14.0 < 19.0.0" + "react": ">= 16.14.0 < 20.0.0" } }, "node_modules/@noble/ciphers": { @@ -4530,53 +4516,62 @@ "node_modules/@types/d3-color": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", - "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" + "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", + "license": "MIT" }, "node_modules/@types/d3-delaunay": { - "version": "5.3.4", - "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-5.3.4.tgz", - "integrity": "sha512-GEQuDXVKQvHulQ+ecKyCubOmVjXrifAj7VR26rWVAER/IbWemaT/Tmo84ESiTtoDghg5ILdMZH7pYXQEt/Vu9A==" + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "integrity": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==", + "license": "MIT" }, "node_modules/@types/d3-format": { "version": "1.4.5", "resolved": "https://registry.npmjs.org/@types/d3-format/-/d3-format-1.4.5.tgz", - "integrity": "sha512-mLxrC1MSWupOSncXN/HOlWUAAIffAEBaI4+PKy2uMPsKe4FNZlk7qrbTjmzJXITQQqBHivaks4Td18azgqnotA==" + "integrity": "sha512-mLxrC1MSWupOSncXN/HOlWUAAIffAEBaI4+PKy2uMPsKe4FNZlk7qrbTjmzJXITQQqBHivaks4Td18azgqnotA==", + "license": "MIT" }, "node_modules/@types/d3-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-2.0.2.tgz", - "integrity": "sha512-3YHpvDw9LzONaJzejXLOwZ3LqwwkoXb9LI2YN7Hbd6pkGo5nIlJ09ul4bQhBN4hQZJKmUpX8HkVqbzgUKY48cg==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", + "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", + "license": "MIT" }, "node_modules/@types/d3-scale": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.8.tgz", - "integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", + "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", + "license": "MIT", "dependencies": { "@types/d3-time": "*" } }, "node_modules/@types/d3-scale-chromatic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.0.3.tgz", - "integrity": "sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.1.0.tgz", + "integrity": "sha512-iWMJgwkK7yTRmWqRB5plb1kadXyQ5Sj8V/zYlFGMUBbIPKQScw+Dku9cAAMgJG+z5GYDoMjWGLVOvjghDEFnKQ==", + "license": "MIT" }, "node_modules/@types/d3-shape": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-2.1.3.tgz", - "integrity": "sha512-HAhCel3wP93kh4/rq+7atLdybcESZ5bRHDEZUojClyZWsRuEMo3A52NGYJSh48SxfxEU6RZIVbZL2YFZ2OAlzQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", + "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", + "license": "MIT", "dependencies": { - "@types/d3-path": "^2" + "@types/d3-path": "*" } }, "node_modules/@types/d3-time": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-1.1.4.tgz", - "integrity": "sha512-JIvy2HjRInE+TXOmIGN5LCmeO0hkFZx5f9FZ7kiN+D+YTcc8pptsiLiuHsvwxwC7VVKmJ2ExHUgNlAiV7vQM9g==" + "integrity": "sha512-JIvy2HjRInE+TXOmIGN5LCmeO0hkFZx5f9FZ7kiN+D+YTcc8pptsiLiuHsvwxwC7VVKmJ2ExHUgNlAiV7vQM9g==", + "license": "MIT" }, "node_modules/@types/d3-time-format": { "version": "2.3.4", "resolved": "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-2.3.4.tgz", - "integrity": "sha512-xdDXbpVO74EvadI3UDxjxTdR6QIxm1FKzEA/+F8tL4GWWUg/hgvBqf6chql64U5A9ZUGWo7pEu4eNlyLwbKdhg==" + "integrity": "sha512-xdDXbpVO74EvadI3UDxjxTdR6QIxm1FKzEA/+F8tL4GWWUg/hgvBqf6chql64U5A9ZUGWo7pEu4eNlyLwbKdhg==", + "license": "MIT" }, "node_modules/@types/eslint": { "version": "8.44.0", @@ -4734,14 +4729,6 @@ "@types/react": "*" } }, - "node_modules/@types/react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-1CM48Y9ztL5S4wjt7DK2izrkgPp/Ql0zCJu/vHzhgl7J+BD4UbSGjHN1M2TlePms472JvOazUtAO1/G3oFZqIQ==", - "dependencies": { - "@types/react": "*" - } - }, "node_modules/@types/react-transition-group": { "version": "4.4.12", "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", @@ -6969,11 +6956,15 @@ } }, "node_modules/d3-delaunay": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-5.3.0.tgz", - "integrity": "sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/d3-delaunay/-/d3-delaunay-6.0.4.tgz", + "integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==", + "license": "ISC", "dependencies": { - "delaunator": "4" + "delaunator": "5" + }, + "engines": { + "node": ">=12" } }, "node_modules/d3-format": { @@ -6993,9 +6984,13 @@ } }, "node_modules/d3-path": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-1.0.9.tgz", - "integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", + "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", + "license": "ISC", + "engines": { + "node": ">=12" + } }, "node_modules/d3-scale": { "version": "4.0.2", @@ -7036,11 +7031,15 @@ } }, "node_modules/d3-shape": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.3.7.tgz", - "integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", + "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", + "license": "ISC", "dependencies": { - "d3-path": "1" + "d3-path": "^3.1.0" + }, + "engines": { + "node": ">=12" } }, "node_modules/d3-time": { @@ -7221,9 +7220,13 @@ } }, "node_modules/delaunator": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-4.0.1.tgz", - "integrity": "sha512-WNPWi1IRKZfCt/qIDMfERkDp93+iZEmOxN2yy4Jg+Xhv8SLk2UTqqbe1sfiipn0and9QrE914/ihdx82Y/Giag==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/delaunator/-/delaunator-5.0.1.tgz", + "integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==", + "license": "ISC", + "dependencies": { + "robust-predicates": "^3.0.2" + } }, "node_modules/detect-newline": { "version": "3.1.0", @@ -15525,11 +15528,6 @@ "react-dom": "^18.0.0" } }, - "node_modules/react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" - }, "node_modules/react-qr-code": { "version": "2.0.11", "resolved": "https://registry.npmjs.org/react-qr-code/-/react-qr-code-2.0.11.tgz", @@ -16047,6 +16045,12 @@ "resolved": "https://registry.npmjs.org/robo-identities-wasm/-/robo-identities-wasm-0.1.0.tgz", "integrity": "sha512-q6+1Vgq+8d2F5k8Nqm39qwQJYe9uTC7TlR3NbBQ6k2ImBNccdAEoZgb0ikKjN59cK4MvqejlgBV1ybaLXoHbhA==" }, + "node_modules/robust-predicates": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz", + "integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==", + "license": "Unlicense" + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 75e033a1..a2a1a1f1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -61,8 +61,8 @@ "@mui/system": "^6.1.5", "@mui/x-date-pickers": "^7.23.1", "@mui/x-data-grid": "^7.23.1", - "@nivo/core": "^0.86.0", - "@nivo/line": "^0.86.0", + "@nivo/core": "^0.89.1", + "@nivo/line": "^0.89.1", "base-ex": "^0.8.1", "country-flag-icons": "^1.5.13", "date-fns": "^2.30.0",