diff --git a/package-lock.json b/package-lock.json index 724b65dd..e5e77e33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@datastructures-js/priority-queue": "^6.3.1", "@graph-algorithm/minimum-cut": "^2.0.0", "@shahata/inquirer-timeout-confirm-prompt": "^1.0.1", - "chart.js": "^4.4.4", + "chart.js": "^4.4.7", "combinatorial-generators": "^1.1.2", "es-module-shims": "^1.10.0", "node-forge": "^1.3.1", @@ -2284,9 +2284,9 @@ } }, "node_modules/chart.js": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz", - "integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.7.tgz", + "integrity": "sha512-pwkcKfdzTMAU/+jNosKhNL2bHtJc/sSmYgVbuGTEDhzkrhmyihmP7vUc/5ZK9WopidMDHNe3Wm7jOd/WhuHWuw==", "license": "MIT", "dependencies": { "@kurkle/color": "^0.3.0" diff --git a/package.json b/package.json index a3659c20..bf96fd29 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@datastructures-js/priority-queue": "^6.3.1", "@graph-algorithm/minimum-cut": "^2.0.0", "@shahata/inquirer-timeout-confirm-prompt": "^1.0.1", - "chart.js": "^4.4.4", + "chart.js": "^4.4.7", "combinatorial-generators": "^1.1.2", "es-module-shims": "^1.10.0", "node-forge": "^1.3.1",