1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

chore(deps): update chart.js to 3.6.2

This commit is contained in:
Torsten Dittmann 2021-12-07 13:51:04 +01:00
parent 83394170a1
commit 655ff4da8d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.1.0", "version": "0.1.0",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"chart.js": "^3.5.1", "chart.js": "^3.6.2",
"markdown-it": "^12.2.0", "markdown-it": "^12.2.0",
"pell": "^1.0.6", "pell": "^1.0.6",
"prismjs": "^1.25.0", "prismjs": "^1.25.0",
@ -549,9 +549,9 @@
} }
}, },
"node_modules/chart.js": { "node_modules/chart.js": {
"version": "3.5.1", "version": "3.6.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.5.1.tgz", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.6.2.tgz",
"integrity": "sha512-m5kzt72I1WQ9LILwQC4syla/LD/N413RYv2Dx2nnTkRS9iv/ey1xLTt0DnPc/eWV4zI+BgEgDYBIzbQhZHc/PQ==" "integrity": "sha512-Xz7f/fgtVltfQYWq0zL1Xbv7N2inpG+B54p3D5FSvpCdy3sM+oZhbqa42eNuYXltaVvajgX5UpKCU2GeeJIgxg=="
}, },
"node_modules/chokidar": { "node_modules/chokidar": {
"version": "2.1.8", "version": "2.1.8",
@ -5484,9 +5484,9 @@
"dev": true "dev": true
}, },
"chart.js": { "chart.js": {
"version": "3.5.1", "version": "3.6.2",
"resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.5.1.tgz", "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.6.2.tgz",
"integrity": "sha512-m5kzt72I1WQ9LILwQC4syla/LD/N413RYv2Dx2nnTkRS9iv/ey1xLTt0DnPc/eWV4zI+BgEgDYBIzbQhZHc/PQ==" "integrity": "sha512-Xz7f/fgtVltfQYWq0zL1Xbv7N2inpG+B54p3D5FSvpCdy3sM+oZhbqa42eNuYXltaVvajgX5UpKCU2GeeJIgxg=="
}, },
"chokidar": { "chokidar": {
"version": "2.1.8", "version": "2.1.8",

View file

@ -17,7 +17,7 @@
"gulp-less": "^5.0.0" "gulp-less": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"chart.js": "^3.5.1", "chart.js": "^3.6.2",
"markdown-it": "^12.2.0", "markdown-it": "^12.2.0",
"pell": "^1.0.6", "pell": "^1.0.6",
"prismjs": "^1.25.0", "prismjs": "^1.25.0",