From 49e05801c1a94749cf3292c670366cbed7c33f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:05:33 -0900 Subject: [PATCH] fix(deps): bump vuetify from 2.6.12 to 2.6.13 in /frontend (#1898) Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.12 to 2.6.13. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.13/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 588864b9157a..65fff8833b26 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "nuxt": "^2.15.8", "v-jsoneditor": "^1.4.5", "vuedraggable": "^2.24.3", - "vuetify": "^2.6.12" + "vuetify": "^2.6.13" }, "devDependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 227d67d0f5c0..bc0beae0390e 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -11839,10 +11839,10 @@ vuetify-loader@^1.7.3: file-loader "^6.2.0" loader-utils "^2.0.0" -vuetify@^2.6, vuetify@^2.6.12: - version "2.6.12" - resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.12.tgz#ef1871c720834d53e00fef142b9841a3e8c1a4f9" - integrity sha512-qe3hcMpWmT1O15tp+p65lOS7UKZ/hQYQktCsw9iXx2u3RwVbX6GR82gY2iROrKsiAzYDvMgrYxWQwY/pUfkekw== +vuetify@^2.6, vuetify@^2.6.13: + version "2.6.13" + resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.6.13.tgz#6c7dd1a43b5cee0e474fbe840f0fe86439d54502" + integrity sha512-HhJi52IzhfrmWFwcYFUiA1GRIzz9smbR06Lj61Ml5HgD5PBcMiDywUnNPVid1VsXO4qWpBU6kO3O89uTxH1yzw== vuex@^3.6.2: version "3.6.2"