Update lock file

This commit is contained in:
Stephen Papierski 2023-11-27 13:45:52 -07:00
parent fc7884e4ae
commit cbea6dea60
No known key found for this signature in database

10
package-lock.json generated
View file

@ -95,6 +95,7 @@
"bootstrap": "5.1.3",
"chart.js": "~4.2.1",
"chartjs-adapter-dayjs-4": "~1.0.4",
"chartjs-plugin-annotation": "~3.0.1",
"concurrently": "^7.1.0",
"core-js": "~3.26.1",
"cronstrue": "~2.24.0",
@ -6069,6 +6070,15 @@
"dayjs": "^1.9.7"
}
},
"node_modules/chartjs-plugin-annotation": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/chartjs-plugin-annotation/-/chartjs-plugin-annotation-3.0.1.tgz",
"integrity": "sha512-hlIrXXKqSDgb+ZjVYHefmlZUXK8KbkCPiynSVrTb/HjTMkT62cOInaT1NTQCKtxKKOm9oHp958DY3RTAFKtkHg==",
"dev": true,
"peerDependencies": {
"chart.js": ">=4.0.0"
}
},
"node_modules/check-more-types": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz",