chore(deps): bump chart.js in /apps/block_scout_web/assets (#11108)

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.4.3 to 4.4.6.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.3...v4.4.6)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/11114/head
dependabot[bot] 3 weeks ago committed by GitHub
parent 85fe2d6e47
commit c057ec3eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      apps/block_scout_web/assets/package-lock.json
  2. 2
      apps/block_scout_web/assets/package.json

@ -14,7 +14,7 @@
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"bootstrap": "^4.6.0",
"chart.js": "^4.4.3",
"chart.js": "^4.4.6",
"chartjs-adapter-luxon": "^1.3.1",
"clipboard": "^2.0.11",
"core-js": "^3.38.1",
@ -4985,9 +4985,9 @@
}
},
"node_modules/chart.js": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.3.tgz",
"integrity": "sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==",
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz",
"integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},
@ -19662,9 +19662,9 @@
"dev": true
},
"chart.js": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.3.tgz",
"integrity": "sha512-qK1gkGSRYcJzqrrzdR6a+I0vQ4/R+SoODXyAjscQ/4mzuNzySaMCd+hyVxitSY1+L2fjPD1Gbn+ibNqRmwQeLw==",
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.6.tgz",
"integrity": "sha512-8Y406zevUPbbIBA/HRk33khEmQPk5+cxeflWE/2rx1NJsjVWMPw/9mSP9rxHP5eqi6LNoPBVMfZHxbwLSgldYA==",
"requires": {
"@kurkle/color": "^0.3.0"
}

@ -26,7 +26,7 @@
"assert": "^2.1.0",
"bignumber.js": "^9.1.2",
"bootstrap": "^4.6.0",
"chart.js": "^4.4.3",
"chart.js": "^4.4.6",
"chartjs-adapter-luxon": "^1.3.1",
"clipboard": "^2.0.11",
"core-js": "^3.38.1",

Loading…
Cancel
Save