From e141a0013fb784ec844a9699f105e9a0467f7174 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 14:13:52 +0000 Subject: [PATCH] fix: upgrade chart.js from 4.3.0 to 4.4.3 Snyk has created this PR to upgrade chart.js from 4.3.0 to 4.4.3. See this package in npm: chart.js See this project in Snyk: https://app.snyk.io/org/bwilliford/project/c9c286c8-fa07-46de-b500-a89be38eb4df?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 01521c624..70b10d406 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@emotion/styled": "11.10.8", "@mui/icons-material": "5.11.16", "@mui/material": "5.12.3", - "chart.js": "4.3.0", + "chart.js": "4.4.3", "chroma-js": "2.4.2", "prop-types": "15.8.1", "react": "18.2.0",