From 773d292b5ad1cd9816ad5e1b1e280b6e9c522da0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 3 Sep 2022 14:46:48 +0200 Subject: [PATCH] chore: update repo --- .iyarc | 2 +- .../async-component-injection/pages/_slug.vue | 2 +- .../async-component-injection/pages/index.vue | 2 +- .../jest-vtu-example/components/Btn/Btn.vue | 1 + examples/named-views/pages/index/section.vue | 1 + examples/named-views/pages/main.vue | 1 + examples/storybook/layouts/default.vue | 2 + examples/with-vuetify/layouts/default.vue | 1 + package.json | 2 +- .../named-views/pages/index/section.vue | 1 + test/fixtures/named-views/pages/main.vue | 1 + yarn.lock | 4497 +++++++++-------- 12 files changed, 2344 insertions(+), 2169 deletions(-) diff --git a/.iyarc b/.iyarc index 46503797e919..ce9305bc2f65 100644 --- a/.iyarc +++ b/.iyarc @@ -1,5 +1,5 @@ # See https://github.com/nuxt/nuxt.js/issues/9284 for mor information # These advisories won't affect nuxt -GHSA-4jqc-8m5r-9rpr GHSA-rp65-9cf3-cjxr +GHSA-3j8f-xvm3-ffx4 diff --git a/examples/async-component-injection/pages/_slug.vue b/examples/async-component-injection/pages/_slug.vue index 120d8f32ce41..dc3eae4d1b1b 100644 --- a/examples/async-component-injection/pages/_slug.vue +++ b/examples/async-component-injection/pages/_slug.vue @@ -18,4 +18,4 @@ export default { } -