From 712a67c5550244de05c81a178102b7d3576ebcc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:49:12 +0000 Subject: [PATCH] build(deps): bump chart.js from 4.4.1 to 4.4.2 Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.1...v4.4.2) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6cf3fba..58f51d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@tabler/icons-react": "^2.47.0", "bcryptjs": "^2.4.3", - "chart.js": "^4.4.1", + "chart.js": "^4.4.2", "next": "^14.1.0", "next-auth": "^4.24.6", "nodemailer": "^6.9.10", @@ -1294,14 +1294,14 @@ } }, "node_modules/chart.js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.1.tgz", - "integrity": "sha512-C74QN1bxwV1v2PEujhmKjOZ7iUM4w6BWs23Md/6aOZZSlwMzeCIDGuZay++rBgChYru7/+QFeoQW0fQoP534Dg==", + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz", + "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", "dependencies": { "@kurkle/color": "^0.3.0" }, "engines": { - "pnpm": ">=7" + "pnpm": ">=8" } }, "node_modules/client-only": { diff --git a/package.json b/package.json index 18edb24..3c8f69c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tabler/icons-react": "^2.47.0", "bcryptjs": "^2.4.3", - "chart.js": "^4.4.1", + "chart.js": "^4.4.2", "next": "^14.1.0", "next-auth": "^4.24.6", "nodemailer": "^6.9.10",