Bump chart.js from 4.2.1 to 4.3.0 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.2.1...v4.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/7364/head
dependabot[bot] 2 years ago committed by GitHub
parent 8e87e21fc9
commit 542a100869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      apps/block_scout_web/assets/package-lock.json
  2. 2
      apps/block_scout_web/assets/package.json

@ -14,7 +14,7 @@
"assert": "^2.0.0",
"bignumber.js": "^9.1.1",
"bootstrap": "^4.6.0",
"chart.js": "^4.2.1",
"chart.js": "^4.3.0",
"chartjs-adapter-luxon": "^1.3.1",
"clipboard": "^2.0.11",
"core-js": "^3.30.1",
@ -5330,14 +5330,14 @@
}
},
"node_modules/chart.js": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.2.1.tgz",
"integrity": "sha512-6YbpQ0nt3NovAgOzbkSSeeAQu/3za1319dPUQTXn9WcOpywM8rGKxJHrhS8V8xEkAlk8YhEfjbuAPfUyp6jIsw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz",
"integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==",
"dependencies": {
"@kurkle/color": "^0.3.0"
},
"engines": {
"pnpm": "^7.0.0"
"pnpm": ">=7"
}
},
"node_modules/chartjs-adapter-luxon": {
@ -21311,9 +21311,9 @@
"dev": true
},
"chart.js": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.2.1.tgz",
"integrity": "sha512-6YbpQ0nt3NovAgOzbkSSeeAQu/3za1319dPUQTXn9WcOpywM8rGKxJHrhS8V8xEkAlk8YhEfjbuAPfUyp6jIsw==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz",
"integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==",
"requires": {
"@kurkle/color": "^0.3.0"
}

@ -26,7 +26,7 @@
"assert": "^2.0.0",
"bignumber.js": "^9.1.1",
"bootstrap": "^4.6.0",
"chart.js": "^4.2.1",
"chart.js": "^4.3.0",
"chartjs-adapter-luxon": "^1.3.1",
"clipboard": "^2.0.11",
"core-js": "^3.30.1",

Loading…
Cancel
Save