npm install

This commit is contained in:
Gabe Kangas 2021-11-11 14:44:09 -08:00
parent 81c159e265
commit 6b7cbfe458

17
web/package-lock.json generated
View File

@ -1427,6 +1427,11 @@
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chartkick/-/chartkick-4.1.1.tgz",
"integrity": "sha512-+3+dIKZo8MzOiQFc4FZDZiRjDnrgVxgjk3tKXVclMcDF8yIJAEqSr5/l4pqpB2Rxye1s2Dg3j6bVA9eIeDbnCQ==",
"dependencies": {
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
"date-fns": ">=2.0.0"
},
"optionalDependencies": {
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
@ -1440,6 +1445,7 @@
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
"fsevents": "~2.3.1",
"glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
@ -4401,6 +4407,17 @@
"@next/polyfill-module": "12.0.3",
"@next/react-dev-overlay": "12.0.3",
"@next/react-refresh-utils": "12.0.3",
"@next/swc-android-arm64": "12.0.3",
"@next/swc-darwin-arm64": "12.0.3",
"@next/swc-darwin-x64": "12.0.3",
"@next/swc-linux-arm-gnueabihf": "12.0.3",
"@next/swc-linux-arm64-gnu": "12.0.3",
"@next/swc-linux-arm64-musl": "12.0.3",
"@next/swc-linux-x64-gnu": "12.0.3",
"@next/swc-linux-x64-musl": "12.0.3",
"@next/swc-win32-arm64-msvc": "12.0.3",
"@next/swc-win32-ia32-msvc": "12.0.3",
"@next/swc-win32-x64-msvc": "12.0.3",
"acorn": "8.5.0",
"assert": "2.0.0",
"browserify-zlib": "0.2.0",