diff --git a/package-lock.json b/package-lock.json index a4a13bf3..9df9c833 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/bcrypt": "^5.0.2", "@types/bcryptjs": "^2.4.6", "@types/qrcode": "^1.5.6", - "@types/recharts": "^1.8.29", + "@types/recharts": "^2.0.1", "@types/speakeasy": "^2.0.10", "@upstash/ratelimit": "^2.0.0", "@upstash/redis": "^1.34.0", @@ -6432,15 +6432,6 @@ "@types/d3-time": "*" } }, - "node_modules/@types/d3-shape": { - "version": "1.3.12", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-1.3.12.tgz", - "integrity": "sha512-8oMzcd4+poSLGgV0R1Q1rOlx/xdmozS4Xab7np0eamFFUYq71AU9pOCJEFnkXW2aI/oXdVYJzw6pssbSut7Z9Q==", - "license": "MIT", - "dependencies": { - "@types/d3-path": "^1" - } - }, "node_modules/@types/d3-time": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", @@ -6541,6 +6532,7 @@ "version": "19.2.4", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.4.tgz", "integrity": "sha512-tBFxBp9Nfyy5rsmefN+WXc1JeW/j2BpBHFdLZbEVfs9wn3E3NRFxwV0pJg8M1qQAexFpvz73hJXFofV0ZAu92A==", + "devOptional": true, "license": "MIT", "peer": true, "dependencies": { @@ -6559,13 +6551,13 @@ } }, "node_modules/@types/recharts": { - "version": "1.8.29", - "resolved": "https://registry.npmjs.org/@types/recharts/-/recharts-1.8.29.tgz", - "integrity": "sha512-ulKklaVsnFIIhTQsQw226TnOibrddW1qUQNFVhoQEyY1Z7FRQrNecFCGt7msRuJseudzE9czVawZb17dK/aPXw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/recharts/-/recharts-2.0.1.tgz", + "integrity": "sha512-/cFs7oiafzByUwBSWA1IzE6FW+ppPwQAWsDTadSgVOwzveY9MESpyLHyyHY0SfPPKLW4+4qVNYHPXd0rFiC8vg==", + "deprecated": "This is a stub types definition. recharts provides its own type definitions, so you do not need this installed.", "license": "MIT", "dependencies": { - "@types/d3-shape": "^1", - "@types/react": "*" + "recharts": "*" } }, "node_modules/@types/speakeasy": { @@ -8989,6 +8981,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "devOptional": true, "license": "MIT" }, "node_modules/d3-array": { diff --git a/package.json b/package.json index 9435597f..43506c7d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/bcrypt": "^5.0.2", "@types/bcryptjs": "^2.4.6", "@types/qrcode": "^1.5.6", - "@types/recharts": "^1.8.29", + "@types/recharts": "^2.0.1", "@types/speakeasy": "^2.0.10", "@upstash/ratelimit": "^2.0.0", "@upstash/redis": "^1.34.0",