From 9fe2a31d0bf8c0ebeaa8c009b9957e8938cc2c87 Mon Sep 17 00:00:00 2001
From: RenovateBot <bot@dev.funkwhale.audio>
Date: Sun, 11 Sep 2022 17:05:45 +0000
Subject: [PATCH] Update dependency @vue/eslint-config-typescript to v11.0.1
 (develop)

---
 front/package.json | 2 +-
 front/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/front/package.json b/front/package.json
index 8059432128..7d40031a06 100644
--- a/front/package.json
+++ b/front/package.json
@@ -69,7 +69,7 @@
     "@vitejs/plugin-vue": "3.0.3",
     "@vue/compiler-sfc": "3.2.39",
     "@vue/eslint-config-standard": "8.0.1",
-    "@vue/eslint-config-typescript": "11.0.0",
+    "@vue/eslint-config-typescript": "11.0.1",
     "@vue/test-utils": "2.0.2",
     "@vue/tsconfig": "0.1.3",
     "easygettext": "2.17.0",
diff --git a/front/yarn.lock b/front/yarn.lock
index b6ee296522..60535bcde4 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -1773,10 +1773,10 @@
     eslint-plugin-n "^15.2.4"
     eslint-plugin-promise "^6.0.0"
 
-"@vue/eslint-config-typescript@11.0.0":
-  version "11.0.0"
-  resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.0.tgz#bac0cb2d381625b5bf568d2025acffc0fd09113e"
-  integrity sha512-txuRzxnQVmtUvvy9UyWUy9sHWXNeRPGmSPqP53hRtaiUeCTAondI9Ho9GQYI/8/eWljYOST7iA4Aa8sANBkWaA==
+"@vue/eslint-config-typescript@11.0.1":
+  version "11.0.1"
+  resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-11.0.1.tgz#d79b3656aecea844ec9875bc93155163f684dde7"
+  integrity sha512-0U+nL0nA7ahnGPk3rTN49x76miUwuQtQPQNWOFvAcjg6nFJkIkA8qbGNtXwsuHtwBwRtWpHhShL3zK07v+632w==
   dependencies:
     "@typescript-eslint/eslint-plugin" "^5.0.0"
     "@typescript-eslint/parser" "^5.0.0"
-- 
GitLab