From 60b91ef27b42b62cdadd4e7190d26443eadecb3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 02:58:46 +0000 Subject: [PATCH] chore(deps): update dependency highlight.js to v11 --- ui/package-lock.json | 12 +++++------- ui/package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index debfd960..0b127449 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -38,7 +38,7 @@ "gulp-uglify": "~3.0", "gulp-vinyl-zip": "~2.5.0", "handlebars": "~4.7", - "highlight.js": "^9.18.5", + "highlight.js": "^11.0.0", "js-yaml": "~3.14.0", "merge-stream": "~2.0", "postcss-calc": "~7.0", @@ -7021,15 +7021,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 ae1ea818..dd149266 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.0.0", "js-yaml": "~3.14.0", "merge-stream": "~2.0", "postcss-calc": "~7.0",