From 0c612637e58c81857568f32a8247f95ead58341b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 22:26:15 +0000 Subject: [PATCH] Bump vuetify from 2.6.3 to 2.6.10 in /frontend Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.3 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] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e155202..2d91441 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -23,7 +23,7 @@ "vue-notification": "^1.3.20", "vue-router": "^3.5.3", "vue-session": "^1.0.0", - "vuetify": "^2.6.3", + "vuetify": "^2.6.10", "vuex": "^3.6.2" }, "devDependencies": { @@ -17059,9 +17059,9 @@ "dev": true }, "node_modules/vuetify": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.3.tgz", - "integrity": "sha512-Zfiz2DZnp1DvxqGaSCGqGjv4mPNAurJJ5Xwy7bzNzIySGLlRdlO8UH6aNWnSgfaAsLP3voxadSGDm6tKM8Ys7w==", + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.10.tgz", + "integrity": "sha512-fgUeRDDCwYkwu6WGEEKGe7IdfzOsXJCZGrqkn1pcS2ycuoDL8mR2/dejH5iFNnBY6MnsT365PAGn0J+9otjfQg==", "funding": { "type": "github", "url": "https://github.com/sponsors/johnleider" @@ -32228,9 +32228,9 @@ "dev": true }, "vuetify": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.3.tgz", - "integrity": "sha512-Zfiz2DZnp1DvxqGaSCGqGjv4mPNAurJJ5Xwy7bzNzIySGLlRdlO8UH6aNWnSgfaAsLP3voxadSGDm6tKM8Ys7w==", + "version": "2.6.10", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.10.tgz", + "integrity": "sha512-fgUeRDDCwYkwu6WGEEKGe7IdfzOsXJCZGrqkn1pcS2ycuoDL8mR2/dejH5iFNnBY6MnsT365PAGn0J+9otjfQg==", "requires": {} }, "vuetify-loader": { diff --git a/frontend/package.json b/frontend/package.json index 28ecfd1..3dd290d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "vue-notification": "^1.3.20", "vue-router": "^3.5.3", "vue-session": "^1.0.0", - "vuetify": "^2.6.3", + "vuetify": "^2.6.10", "vuex": "^3.6.2" }, "devDependencies": {