Replace v-html with v-safe-html to improve frontend security posture
What does this MR do and why?
This MR aims to solve the issue #241863 (closed)
It replaces v-html
with v-safe-html
in
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_related_links.vue
using GlSafeHtmlDirective.