From cad0004a92f3a80d9da7af229df479a9bc783618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 03:02:48 +0000 Subject: [PATCH] Bump v-calendar from 2.3.1 to 2.3.2 in /frontend Bumps [v-calendar](https://github.com/nathanreyes/v-calendar) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/nathanreyes/v-calendar/releases) - [Commits](https://github.com/nathanreyes/v-calendar/commits) --- updated-dependencies: - dependency-name: v-calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index e7527bbe14..0528c6053e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,7 +39,7 @@ "localforage-memoryStorageDriver": "^0.9.2", "overlayscrollbars": "^1.13.1", "sortablejs": "^1.14.0", - "v-calendar": "^2.3.0", + "v-calendar": "^2.3.2", "vue-typeahead-bootstrap": "^2.8.0", "vue2-leaflet": "^2.7.1" } diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d31e471fc9..491e654445 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6448,10 +6448,10 @@ uuid@^8.3.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== -v-calendar@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/v-calendar/-/v-calendar-2.3.1.tgz#9f242f1f99e4e22d94028202d873b006ae5c8340" - integrity sha512-mDBEG9P9uUWoIC5u46oSJoC9Ap8ZZu1Z3aC5PrXj2ez9VBmPmLyeg0eMCuUYyZca98F7ilMcuA6gR3uP/iOD4A== +v-calendar@^2.3.2: + version "2.3.2" + resolved "https://registry.yarnpkg.com/v-calendar/-/v-calendar-2.3.2.tgz#bc45d1258001d6a061ad942eedacad39209604c1" + integrity sha512-F/gS1EiMUVf8yPPdUxvgPgq+rQ8cNlXoQHn0nzx36dHmyjd3SybPpzMnlQ9P4lzv8Fni1kSTvonDUS2gYYenkA== dependencies: core-js "^3.15.2" date-fns "^2.22.1"