From 7626cf02382fd5634efa21e0a826bdaadd303583 Mon Sep 17 00:00:00 2001 From: Coltin Kifer Date: Wed, 30 Oct 2024 06:49:33 -0700 Subject: [PATCH] chore: upgrade recharts --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 41a0c5a2..119f76d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "react-router-redux": "~4.0.7", "react-router-scroll": "~0.4.1", "react-runner": "^1.0.3", - "recharts": "^2.13.1", + "recharts": "^2.13.2", "redux": "4.0.0", "redux-thunk": "^2.3.0", "rimraf": "^2.5.4", @@ -5912,9 +5912,9 @@ } }, "node_modules/recharts": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.1.tgz", - "integrity": "sha512-87LdsmgK/MHLmWQfTC6yDysno2cOigi/+2KRCwy0D8NDu1IOdtTGS8lMovA0VIvJ7kf3zdp1IiwznHZWSPJhYw==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.2.tgz", + "integrity": "sha512-UDLGFmnsBluDIPpQb9uty0ejb+jiVI71vkki8vVsR6ZCJdgjBfKQoQfft4re99CKlTy9qjQApxCLG6TrxJkeAg==", "dependencies": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", @@ -11332,9 +11332,9 @@ } }, "recharts": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.1.tgz", - "integrity": "sha512-87LdsmgK/MHLmWQfTC6yDysno2cOigi/+2KRCwy0D8NDu1IOdtTGS8lMovA0VIvJ7kf3zdp1IiwznHZWSPJhYw==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.13.2.tgz", + "integrity": "sha512-UDLGFmnsBluDIPpQb9uty0ejb+jiVI71vkki8vVsR6ZCJdgjBfKQoQfft4re99CKlTy9qjQApxCLG6TrxJkeAg==", "requires": { "clsx": "^2.0.0", "eventemitter3": "^4.0.1", diff --git a/package.json b/package.json index b902182e..37fcaecf 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "react-router-redux": "~4.0.7", "react-router-scroll": "~0.4.1", "react-runner": "^1.0.3", - "recharts": "^2.13.1", + "recharts": "^2.13.2", "redux": "4.0.0", "redux-thunk": "^2.3.0", "rimraf": "^2.5.4",