diff --git a/.github/workflows/dependabot.yml b/.github/dependabot.yml similarity index 83% rename from .github/workflows/dependabot.yml rename to .github/dependabot.yml index 4ee6459..f1de134 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: "/" schedule: interval: "weekly" - target-branch: "next" + target-branch: "dev" diff --git a/package-lock.json b/package-lock.json index 049ed8c..0d862c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "vue": "3.5.16", "vue-i18n": "^12.0.0-alpha.2", "vue-router": "4.5.1", - "vuetify": "3.8.8", + "vuetify": "3.8.9", "webfontloader": "^1.6.28" }, "devDependencies": { @@ -6381,8 +6381,8 @@ } }, "node_modules/vuetify": { - "version": "3.8.8", - "integrity": "sha512-EPFynvxh72PBgUVZnGpfYfGluz8dz/tXM1OzjszFOK7ywqS+bAm8K9jJq0MIlAG8HKE7gBFQwCJGkzIyuUDipA==", + "version": "3.8.9", + "integrity": "sha512-X9kCxeqf7w5sca2Mfn4NCVsDDimi81jxKyqsZHjW0XG/rTdtwRFKttxOcv0Mmi+67ulPjDZywA7pBFK0rxoafA==", "license": "MIT", "engines": { "node": "^12.20 || >=14.13" diff --git a/package.json b/package.json index 61774cc..2e4fb6d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "vue": "3.5.16", "vue-i18n": "^12.0.0-alpha.2", "vue-router": "4.5.1", - "vuetify": "3.8.8", + "vuetify": "3.8.9", "webfontloader": "^1.6.28" }, "devDependencies": {