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

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

---
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/10188/head
dependabot[bot] 6 months ago committed by GitHub
parent 2dc1dbe678
commit 67b708f3f4
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.2",
"chart.js": "^4.4.3",
"chartjs-adapter-luxon": "^1.3.1",
"clipboard": "^2.0.11",
"core-js": "^3.37.1",
@ -5595,9 +5595,9 @@
}
},
"node_modules/chart.js": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz",
"integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==",
"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==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},
@ -22059,9 +22059,9 @@
"dev": true
},
"chart.js": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz",
"integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==",
"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==",
"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.2",
"chart.js": "^4.4.3",
"chartjs-adapter-luxon": "^1.3.1",
"clipboard": "^2.0.11",
"core-js": "^3.37.1",

Loading…
Cancel
Save