diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 24df913b1d..a58a546091 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9216,9 +9216,9 @@ "dev": true }, "v-calendar": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-2.1.2.tgz", - "integrity": "sha512-4LQNwPI3IQ9Z5qITFPNFPjeXkYc1vF67gwjuGNz2qDmR6KMPbRvZBlO32gC8OwzaBZ+loDkELQ4hXmuwVCztPA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/v-calendar/-/v-calendar-2.1.3.tgz", + "integrity": "sha512-xLWWUbOfT2RfJPN1y5p8RVpIalVCQKAKqzoTbUel0bf/vbyAC8MLLmKSh2Lr75To01IzHi8mVf3UPZn9Dt0khQ==", "requires": { "core-js": "^3.6.5", "date-fns": "^2.8.1", diff --git a/frontend/package.json b/frontend/package.json index 2fb43ad4a6..0fd3b66a72 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "overlayscrollbars": "^1.13.1", "popper.js": "^1.16.1", "tempusdominus": "^5.16.0", - "v-calendar": "^2.1.2", + "v-calendar": "^2.1.3", "vue-chartjs": "^3.5.1", "vue-router": "^3.4.9" } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ce743a3823..a112cd114b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6872,10 +6872,10 @@ uuid@^3.3.2, uuid@^3.4.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -v-calendar@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/v-calendar/-/v-calendar-2.1.2.tgz#71ef4f91622f67cf6a7befe1351108dccd4d08ad" - integrity sha512-4LQNwPI3IQ9Z5qITFPNFPjeXkYc1vF67gwjuGNz2qDmR6KMPbRvZBlO32gC8OwzaBZ+loDkELQ4hXmuwVCztPA== +v-calendar@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/v-calendar/-/v-calendar-2.1.3.tgz#968c8039232908eb0e8ab48256b60db082cba187" + integrity sha512-xLWWUbOfT2RfJPN1y5p8RVpIalVCQKAKqzoTbUel0bf/vbyAC8MLLmKSh2Lr75To01IzHi8mVf3UPZn9Dt0khQ== dependencies: core-js "^3.6.5" date-fns "^2.8.1"