Merge pull request #7905 from firefly-iii/dependabot/npm_and_yarn/develop/chart.js-4.4.0

This commit is contained in:
James Cole 2023-08-28 05:49:17 +02:00 committed by GitHub
commit 05e0f88d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"alpinejs": "^3.12.3", "alpinejs": "^3.12.3",
"bootstrap": "^5.3.0", "bootstrap": "^5.3.0",
"bootstrap5-autocomplete": "^1.1.20", "bootstrap5-autocomplete": "^1.1.20",
"chart.js": "^4.3.3", "chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0", "chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-sankey": "^0.12.0", "chartjs-chart-sankey": "^0.12.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
@ -515,9 +515,9 @@
} }
}, },
"node_modules/chart.js": { "node_modules/chart.js": {
"version": "4.3.3", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.3.tgz", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.0.tgz",
"integrity": "sha512-aTk7pBw+x6sQYhon/NR3ikfUJuym/LdgpTlgZRe2PaEhjUMKBKyNaFCMVRAyTEWYFNO7qRu7iQVqOw/OqzxZxQ==", "integrity": "sha512-vQEj6d+z0dcsKLlQvbKIMYFHd3t8W/7L2vfJIbYcfyPcRx92CsHqECpueN8qVGNlKyDcr5wBrYAYKnfu/9Q1hQ==",
"dependencies": { "dependencies": {
"@kurkle/color": "^0.3.0" "@kurkle/color": "^0.3.0"
}, },

View File

@ -18,7 +18,7 @@
"alpinejs": "^3.12.3", "alpinejs": "^3.12.3",
"bootstrap": "^5.3.0", "bootstrap": "^5.3.0",
"bootstrap5-autocomplete": "^1.1.20", "bootstrap5-autocomplete": "^1.1.20",
"chart.js": "^4.3.3", "chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0", "chartjs-adapter-date-fns": "^3.0.0",
"chartjs-chart-sankey": "^0.12.0", "chartjs-chart-sankey": "^0.12.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",