diff --git a/package-lock.json b/package-lock.json index cb02aff4..63bfc5fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-leaflet": "^4.0.1", "react-leaflet-cluster": "^2.1.0", "react-router-dom": "^6.26.2", - "recharts": "^2.12.7", + "recharts": "^2.15.0", "sass": "^1.81.0", "styled-components": "^6.1.11", "stylis-plugin-rtl": "^2.1.1", @@ -24592,14 +24592,15 @@ } }, "node_modules/recharts": { - "version": "2.12.7", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.7.tgz", - "integrity": "sha512-hlLJMhPQfv4/3NBSAyq3gzGg4h2v69RJh6KU7b3pXYNNAELs9kEoXOjbkxdXpALqKBoVmVptGfLpxdaVYqjmXQ==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.0.tgz", + "integrity": "sha512-cIvMxDfpAmqAmVgc4yb7pgm/O1tmmkl/CjrvXuW+62/+7jj/iF9Ykm+hb/UJt42TREHMyd3gb+pkgoa2MxgDIw==", + "license": "MIT", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", "lodash": "^4.17.21", - "react-is": "^16.10.2", + "react-is": "^18.3.1", "react-smooth": "^4.0.0", "recharts-scale": "^0.4.4", "tiny-invariant": "^1.3.1", @@ -24609,8 +24610,8 @@ "node": ">=14" }, "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "node_modules/recharts-scale": { @@ -24621,11 +24622,6 @@ "decimal.js-light": "^2.4.1" } }, - "node_modules/recharts/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, "node_modules/redent": { "version": "3.0.0", "dev": true, diff --git a/package.json b/package.json index 71d03e9b..b42aaa25 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-leaflet": "^4.0.1", "react-leaflet-cluster": "^2.1.0", "react-router-dom": "^6.26.2", - "recharts": "^2.12.7", + "recharts": "^2.15.0", "sass": "^1.81.0", "styled-components": "^6.1.11", "stylis-plugin-rtl": "^2.1.1",