From 825e6b4a2ef5bd4018390bcab66ed9a8be8cceea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 01:51:31 +0000 Subject: [PATCH] chore(deps-dev): Bump highlight.js from 10.3.1 to 11.5.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.3.1 to 11.5.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/10.3.1...11.5.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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 584be5611b..db20463f10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3232,9 +3232,9 @@ "dev": true }, "highlight.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.3.1.tgz", - "integrity": "sha512-jeW8rdPdhshYKObedYg5XGbpVgb1/DT4AHvDFXhkU7UnGSIjy9kkJ7zHG7qplhFHMitTSzh5/iClKQk3Kb2RFQ==", + "version": "11.5.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.5.0.tgz", + "integrity": "sha512-SM6WDj5/C+VfIY8pZ6yW6Xa0Fm1tniYVYWYW1Q/DcMnISZFrC3aQAZZZFAAZtybKNrGId3p/DNbFTtcTXXgYBw==", "dev": true }, "hook-std": { diff --git a/package.json b/package.json index aabeb152a8..2942deddfe 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.2", "front-matter": "^4.0.2", - "highlight.js": "^10.3.1", + "highlight.js": "^11.5.0", "jasmine": "^3.6.2", "markdown-it": "12.0.2", "node-fetch": "^2.6.1",