From c2b2c9d04219eca658226fac12e622035cc6e240 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 19:55:26 +0000 Subject: [PATCH] chore(deps): update dependency highlight.js to v11 --- ui/package-lock.json | 13 ++++++------- ui/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 3e7d132a..33315337 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -44,7 +44,7 @@ "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.5.0", "handlebars": "~4.7", - "highlight.js": "9.18.5", + "highlight.js": "11.10.0", "js-yaml": "~3.14.0", "merge-stream": "~2.0", "postcss-calc": "~7.0", @@ -6765,14 +6765,13 @@ "dev": true }, "node_modules/highlight.js": { - "version": "9.18.5", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", - "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==", - "deprecated": "Support has ended for 9.x series. Upgrade to @latest", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "dev": true, - "hasInstallScript": true, + "license": "BSD-3-Clause", "engines": { - "node": "*" + "node": ">=12.0.0" } }, "node_modules/hmac-drbg": { diff --git a/ui/package.json b/ui/package.json index d192c3f4..1363e1a4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -42,7 +42,7 @@ "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.5.0", "handlebars": "~4.7", - "highlight.js": "9.18.5", + "highlight.js": "11.10.0", "js-yaml": "~3.14.0", "merge-stream": "~2.0", "postcss-calc": "~7.0",