Bump chartjs-adapter-luxon in /apps/block_scout_web/assets

Bumps [chartjs-adapter-luxon](https://github.com/chartjs/chartjs-adapter-luxon) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-luxon/releases)
- [Commits](https://github.com/chartjs/chartjs-adapter-luxon/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: chartjs-adapter-luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

@ -14,7 +14,7 @@
"bignumber.js": "^9.0.2",
"bootstrap": "^4.6.0",
"chart.js": "^3.7.0",
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-adapter-luxon": "^1.2.0",
"clipboard": "^2.0.9",
"core-js": "^3.20.3",
"crypto-browserify": "^3.12.0",
@ -94,11 +94,10 @@
}
},
"../../../deps/phoenix": {
"version": "1.5.13",
"license": "MIT"
"version": "0.0.1"
},
"../../../deps/phoenix_html": {
"version": "3.0.4"
"version": "0.0.1"
},
"node_modules/@babel/code-frame": {
"version": "7.16.7",
@ -5229,12 +5228,12 @@
"integrity": "sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg=="
},
"node_modules/chartjs-adapter-luxon": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/chartjs-adapter-luxon/-/chartjs-adapter-luxon-1.1.0.tgz",
"integrity": "sha512-CS+xBWEyXYVLBZ3dSY/MwlSXhz8er4JjkApazY84ft/++oOLsmkt6TaXBCsUFudum7QdoYmpxiL/gSp20+emkw==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/chartjs-adapter-luxon/-/chartjs-adapter-luxon-1.2.0.tgz",
"integrity": "sha512-h1lEns7+8cUN/Dmk24dhrT9hpAimKImQxzHpILqXn2kocdzj9b/fDlBa8v8/OMq5rq0uZEx/NV1WpByH4l2/Rw==",
"peerDependencies": {
"chart.js": "^3.0.0",
"luxon": "^1.0.0 || ^2.0.0"
"luxon": ">=1.0.0"
}
},
"node_modules/check-error": {
@ -22506,9 +22505,9 @@
"integrity": "sha512-31gVuqqKp3lDIFmzpKIrBeum4OpZsQjSIAqlOpgjosHDJZlULtvwLEZKtEhIAZc7JMPaHlYMys40Qy9Mf+1AAg=="
},
"chartjs-adapter-luxon": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/chartjs-adapter-luxon/-/chartjs-adapter-luxon-1.1.0.tgz",
"integrity": "sha512-CS+xBWEyXYVLBZ3dSY/MwlSXhz8er4JjkApazY84ft/++oOLsmkt6TaXBCsUFudum7QdoYmpxiL/gSp20+emkw==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/chartjs-adapter-luxon/-/chartjs-adapter-luxon-1.2.0.tgz",
"integrity": "sha512-h1lEns7+8cUN/Dmk24dhrT9hpAimKImQxzHpILqXn2kocdzj9b/fDlBa8v8/OMq5rq0uZEx/NV1WpByH4l2/Rw==",
"requires": {}
},
"check-error": {

@ -26,7 +26,7 @@
"bignumber.js": "^9.0.2",
"bootstrap": "^4.6.0",
"chart.js": "^3.7.0",
"chartjs-adapter-luxon": "^1.1.0",
"chartjs-adapter-luxon": "^1.2.0",
"clipboard": "^2.0.9",
"core-js": "^3.20.3",
"crypto-browserify": "^3.12.0",

Loading…
Cancel
Save