diff --git a/client/components/pages/auth/components/LoginForm.vue b/client/components/pages/auth/components/LoginForm.vue
index b1680caa7..6b3900e1d 100644
--- a/client/components/pages/auth/components/LoginForm.vue
+++ b/client/components/pages/auth/components/LoginForm.vue
@@ -68,7 +68,7 @@
>
Sign in with Google
diff --git a/client/package-lock.json b/client/package-lock.json
index 5a507cb12..1f22c3878 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -38,7 +38,7 @@
"quill": "^2.0.2",
"tailwind-merge": "^2.5.4",
"tinymotion": "^0.2.0",
- "v-calendar": "^3.1.2",
+ "v-calendar": "3.0.1",
"vue": "^3.2.13",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",
@@ -6751,12 +6751,12 @@
}
},
"node_modules/date-fns-tz": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-2.0.1.tgz",
- "integrity": "sha512-fJCG3Pwx8HUoLhkepdsP7Z5RsucUi+ZBOxyM5d0ZZ6c4SdYustq0VMmOu6Wf7bli+yS/Jwp91TOCqn9jMcVrUA==",
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/date-fns-tz/-/date-fns-tz-1.3.8.tgz",
+ "integrity": "sha512-qwNXUFtMHTTU6CFSFjoJ80W8Fzzp24LntbjFFBgL/faqds4e5mo9mftoRLgr3Vi1trISsg4awSpYVsOQCRnapQ==",
"license": "MIT",
"peerDependencies": {
- "date-fns": "2.x"
+ "date-fns": ">=2.0.0"
}
},
"node_modules/db0": {
@@ -15824,15 +15824,15 @@
"license": "MIT"
},
"node_modules/v-calendar": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-3.1.2.tgz",
- "integrity": "sha512-QDWrnp4PWCpzUblctgo4T558PrHgHzDtQnTeUNzKxfNf29FkCeFpwGd9bKjAqktaa2aJLcyRl45T5ln1ku34kg==",
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-3.0.1.tgz",
+ "integrity": "sha512-basXEXcmBsxHyxqjj/82vjgz5vbIMREiiUC2VOVh0pHCDXEF1birPUZD12lk8u3+5R+909WUnxu7bt0DFxCOLw==",
"license": "MIT",
"dependencies": {
"@types/lodash": "^4.14.165",
"@types/resize-observer-browser": "^0.1.7",
"date-fns": "^2.16.1",
- "date-fns-tz": "^2.0.0",
+ "date-fns-tz": "^1.0.12",
"lodash": "^4.17.20",
"vue-screen-utils": "^1.0.0-beta.13"
},
diff --git a/client/package.json b/client/package.json
index fe00969e3..f94a47d72 100644
--- a/client/package.json
+++ b/client/package.json
@@ -62,7 +62,7 @@
"quill": "^2.0.2",
"tailwind-merge": "^2.5.4",
"tinymotion": "^0.2.0",
- "v-calendar": "^3.1.2",
+ "v-calendar": "3.0.1",
"vue": "^3.2.13",
"vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1",