From 6e9c95aa1804beb440d3bef58e3a6191ca7e0313 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 18:53:29 +0000 Subject: [PATCH] [Security] Bump chart.js from 2.9.3 to 2.9.4 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 2.9.3 to 2.9.4. **This update includes a security fix.** - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v2.9.3...v2.9.4) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d5a19eb..ca85769 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@material-ui/styles": "^4.8.2", "babel-polyfill": "^6.26.0", "blockly": "^3.20200625.2", - "chart.js": "^2.9.3", + "chart.js": "^2.9.4", "clsx": "^1.0.4", "dotenv": "^8.2.0", "express": "^4.16.3", diff --git a/yarn.lock b/yarn.lock index 6385966..f8b4c85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2903,10 +2903,10 @@ chardet@^0.7.0: resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== -chart.js@^2.9.3: - version "2.9.3" - resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.3.tgz#ae3884114dafd381bc600f5b35a189138aac1ef7" - integrity sha512-+2jlOobSk52c1VU6fzkh3UwqHMdSlgH1xFv9FKMqHiNCpXsGPQa/+81AFa+i3jZ253Mq9aAycPwDjnn1XbRNNw== +chart.js@^2.9.4: + version "2.9.4" + resolved "https://registry.yarnpkg.com/chart.js/-/chart.js-2.9.4.tgz#0827f9563faffb2dc5c06562f8eb10337d5b9684" + integrity sha512-B07aAzxcrikjAPyV+01j7BmOpxtQETxTSlQ26BEYJ+3iUkbNKaOJ/nDbT6JjyqYxseM0ON12COHYdU2cTIjC7A== dependencies: chartjs-color "^2.1.0" moment "^2.10.2"