From 31a88401753c710e2727827e10c2885206954c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 05:58:15 +0000 Subject: [PATCH] chore(deps): bump vuetify from 2.6.14 to 2.6.15 Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.6.14 to 2.6.15. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.6.15/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8227bca41..e3a8b4d05d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "vue": "^2.7.0", "vue-router": "^3.4.9", "vuelidate": "^0.7.6", - "vuetify": "^2.6.10", + "vuetify": "^2.6.15", "vuex": "^3.6.0", "vuex-router-sync": "^5.0.0" }, @@ -15593,9 +15593,9 @@ } }, "node_modules/vuetify": { - "version": "2.6.14", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.14.tgz", - "integrity": "sha512-nr6wU3uTzhhEPssH23cW0Ee/hCrayp7cjl3nNjM2OmNwiJlV91tZiL1VO3597SqZyjh1xIa+m9J2rpKTSdIlrA==", + "version": "2.6.15", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.15.tgz", + "integrity": "sha512-2a6sBSHzivXgi9pZMyHuzTgMyInCkj/BrVwTnoCa1Y/Dnfwj7lkWzgKQDScbGVK0q4vJ+YHoBBrLOmnhz1R0YA==", "funding": { "type": "github", "url": "https://github.com/sponsors/johnleider" @@ -28178,9 +28178,9 @@ "integrity": "sha512-pT/U2lDI67wkIqI4tum7cMSIfGcAMfB+Phtqh2ttdXURwvHRBJEAQ0tVbUsW9Upg83Q5QH59bnCoXI7A9JDGnA==" }, "vuetify": { - "version": "2.6.14", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.14.tgz", - "integrity": "sha512-nr6wU3uTzhhEPssH23cW0Ee/hCrayp7cjl3nNjM2OmNwiJlV91tZiL1VO3597SqZyjh1xIa+m9J2rpKTSdIlrA==", + "version": "2.6.15", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.6.15.tgz", + "integrity": "sha512-2a6sBSHzivXgi9pZMyHuzTgMyInCkj/BrVwTnoCa1Y/Dnfwj7lkWzgKQDScbGVK0q4vJ+YHoBBrLOmnhz1R0YA==", "requires": {} }, "vuetify-loader": { diff --git a/package.json b/package.json index fa7232a5ae..9b3d9c173f 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "vue": "^2.7.0", "vue-router": "^3.4.9", "vuelidate": "^0.7.6", - "vuetify": "^2.6.10", + "vuetify": "^2.6.15", "vuex": "^3.6.0", "vuex-router-sync": "^5.0.0" },