From 84d337394e72ca8d77d639ece5071c461ae95a22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:09:43 +0000 Subject: [PATCH] Update dependency @types/vue-markdown to v2.2.3 (#1011) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 426e9e1..115ac24 100644 --- a/ui/package.json +++ b/ui/package.json @@ -58,7 +58,7 @@ "@testing-library/vue": "7.0.0", "@types/jest": "29.5.6", "@types/lodash": "4.14.198", - "@types/vue-markdown": "2.2.1", + "@types/vue-markdown": "2.2.3", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "@vue/cli-plugin-babel": "4.5.19", diff --git a/ui/yarn.lock b/ui/yarn.lock index 89ff6df..d729040 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1835,10 +1835,10 @@ resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d" integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ== -"@types/vue-markdown@2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@types/vue-markdown/-/vue-markdown-2.2.1.tgz#dd302c67349e0e591d3fcb84e924eb8bf9314fea" - integrity sha512-pqa1RU0GZybdtqqadOWT8rTwMSchH1PR+oYeenscTT8Nrq/gniL7hpibhH40+aZBjx3Ps0syaTSiSae4Inw7GQ== +"@types/vue-markdown@2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@types/vue-markdown/-/vue-markdown-2.2.3.tgz#156f20c613be9349d966060ca394800c021ae4f3" + integrity sha512-h5rkIrNw9a426YbN33YpMX0Kvf0iP9i5PWehlunhoRjHiFMlAHv/G/wz7Bkxs2C5IRIHQlb6pQe/mFEH991UWw== dependencies: vue "^2.5.16"