From abaf5d291462a08f14be3cd46319e8de84887b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 16:11:58 +0000 Subject: [PATCH] Bump vuetify from 2.2.17 to 2.6.10 in /auth-client Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.2.17 to 2.6.10. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.10/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auth-client/package-lock.json | 6 +++--- auth-client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth-client/package-lock.json b/auth-client/package-lock.json index c5faaad..32cab0d 100644 --- a/auth-client/package-lock.json +++ b/auth-client/package-lock.json @@ -15040,9 +15040,9 @@ "integrity": "sha512-OomiRJ641K5Zl1/QEwUFg/lBcP7XeVKL044loVtBkGm9oXkm02h3dx13XNcbSXYL/hsqWPO/et5fB0ciU3oaCQ==" }, "vuetify": { - "version": "2.2.17", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.2.17.tgz", - "integrity": "sha512-I2CrVFQSfh1FGgqCdjQYCmfVXILmNAc/6GlN6KthYcrSX5O6oax7j3Opnvfqw5YAoWLU7jS4UwuyNOWid/Y4jA==" + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.10.tgz", + "integrity": "sha512-fgUeRDDCwYkwu6WGEEKGe7IdfzOsXJCZGrqkn1pcS2ycuoDL8mR2/dejH5iFNnBY6MnsT365PAGn0J+9otjfQg==" }, "vuetify-loader": { "version": "1.4.3", diff --git a/auth-client/package.json b/auth-client/package.json index 5f466c6..cc711d0 100644 --- a/auth-client/package.json +++ b/auth-client/package.json @@ -14,7 +14,7 @@ "vue": "^2.6.10", "vue-router": "^3.1.3", "vue-toastr": "^2.1.2", - "vuetify": "^2.1.0" + "vuetify": "^2.6.10" }, "devDependencies": { "@mdi/font": "^4.6.95",