mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
Bump chartkick from 4.1.0 to 4.1.1 (#358)
Bumps [chartkick](https://github.com/ankane/chartkick.js) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/ankane/chartkick.js/releases) - [Changelog](https://github.com/ankane/chartkick.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/chartkick.js/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: chartkick 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>
This commit is contained in:
parent
f4ae687fe8
commit
3f29b06d9d
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -10,7 +10,7 @@
|
|||
"@ant-design/icons": "^4.7.0",
|
||||
"antd": "^4.16.13",
|
||||
"chart.js": "^3.6.0",
|
||||
"chartkick": "^4.1.0",
|
||||
"chartkick": "^4.1.1",
|
||||
"classnames": "^2.3.1",
|
||||
"date-fns": "^2.25.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -1422,9 +1422,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/chartkick": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz",
|
||||
"integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==",
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.1.tgz",
|
||||
"integrity": "sha512-+3+dIKZo8MzOiQFc4FZDZiRjDnrgVxgjk3tKXVclMcDF8yIJAEqSr5/l4pqpB2Rxye1s2Dg3j6bVA9eIeDbnCQ==",
|
||||
"optionalDependencies": {
|
||||
"chart.js": ">=3.0.2",
|
||||
"chartjs-adapter-date-fns": ">=2.0.0",
|
||||
|
@ -7543,9 +7543,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"chartkick": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.0.tgz",
|
||||
"integrity": "sha512-BBf1JWV7SRsxDng9Fh4MRGuj93VPkF8F1pcrOfbCD/ey+/Fyo+tFF8vqpGAjOyu7oNd4cc1IC/OUixUtPsfNmg==",
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.1.tgz",
|
||||
"integrity": "sha512-+3+dIKZo8MzOiQFc4FZDZiRjDnrgVxgjk3tKXVclMcDF8yIJAEqSr5/l4pqpB2Rxye1s2Dg3j6bVA9eIeDbnCQ==",
|
||||
"requires": {
|
||||
"chart.js": ">=3.0.2",
|
||||
"chartjs-adapter-date-fns": ">=2.0.0",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@ant-design/icons": "^4.7.0",
|
||||
"antd": "^4.16.13",
|
||||
"chart.js": "^3.6.0",
|
||||
"chartkick": "^4.1.0",
|
||||
"chartkick": "^4.1.1",
|
||||
"classnames": "^2.3.1",
|
||||
"date-fns": "^2.25.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
Loading…
Reference in a new issue