From 171267f1ce2c4c79462f434ed3bc66d4cfbcdd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:45:57 +0000 Subject: [PATCH] Bump highlight.js from 9.18.5 to 10.7.3 in /ui Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.5 to 10.7.3. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.7.3/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.5...10.7.3) --- updated-dependencies: - dependency-name: highlight.js dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index a2eb51dde..eae191a84 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "babel-runtime": "^6.26.0", "vue": "^2.6.12", "vue-clipboard2": "^0.2.1", - "vue-markdown": "^2.1.3", + "vue-markdown": "^2.2.4", "vue-meta": "^1.6.0", "vue-router": "^3.4.3", "vuetify": "^1.5.24"