From e1eec6fdee0ea31ccef62042b6ad80d44a25ee29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:32:31 +0000 Subject: [PATCH] build(deps-dev): Bump highlight.js from 11.10.0 to 11.11.0 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.10.0 to 11.11.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/11.10.0...11.11.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7de3ee6..9cb6733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "browser-sync": "^3.0.3", "connect-history-api-fallback": "^2.0.0", "dayjs": "^1.11.13", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "msal": "^1.4.18", "typescript": "^5.7.2", "vue": "^2.7.16", @@ -804,9 +804,9 @@ } }, "node_modules/highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", + "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", "dev": true, "engines": { "node": ">=12.0.0" @@ -2497,9 +2497,9 @@ "dev": true }, "highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.11.0.tgz", + "integrity": "sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g==", "dev": true }, "http-errors": { diff --git a/package.json b/package.json index 587cc28..ef754e0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "browser-sync": "^3.0.3", "connect-history-api-fallback": "^2.0.0", "dayjs": "^1.11.13", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "msal": "^1.4.18", "typescript": "^5.7.2", "vue": "^2.7.16",