From 2510acc7916047455a3054f9761820272060fecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 10:59:10 +0000 Subject: [PATCH] Bump highlight.js from 9.18.5 to 11.8.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.5 to 11.8.0. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.5...11.8.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d901033..9fcf066 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "docsearch.js": "^2.6.2", "extra-watch-webpack-plugin": "^1.0.3", "hasbin": "^1.2.3", - "highlight.js": "^9.13.1", + "highlight.js": "^11.8.0", "laravel-mix": "^4.1.4", "laravel-mix-purgecss": "^4.2.0", "node-cmd": "^3.0.0", @@ -7630,14 +7630,12 @@ "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.8.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.8.0.tgz", + "integrity": "sha512-MedQhoqVdr0U6SSnWPzfiadUcDHfN/Wzq25AkXiQv9oiOO/sG0S7XkvpFIqWBl9Yq1UYyYOOVORs5UW2XlPyzg==", "dev": true, - "hasInstallScript": true, "engines": { - "node": "*" + "node": ">=12.0.0" } }, "node_modules/hmac-drbg": { diff --git a/package.json b/package.json index 96ac0ed..82c5208 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "docsearch.js": "^2.6.2", "extra-watch-webpack-plugin": "^1.0.3", "hasbin": "^1.2.3", - "highlight.js": "^9.13.1", + "highlight.js": "^11.8.0", "laravel-mix": "^4.1.4", "laravel-mix-purgecss": "^4.2.0", "node-cmd": "^3.0.0",