From 06d0fd9b108c33e2d4aa7b06959d39ae5046bf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 16:47:04 +0800 Subject: [PATCH] chore(deps): bump highlight.js from 11.10.0 to 11.11.0 (#80) 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fe7329..1c548f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "blog-helper": "1.0.3", "fuse.js": "^7.0.0", "glob": "^11.0.0", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "html-react-parser": "^5.2.0", "jsdom": "^25.0.1", "lru-cache": "^11.0.2", @@ -6306,9 +6306,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==", "engines": { "node": ">=12.0.0" } diff --git a/package.json b/package.json index f9e3c78..34feacb 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "blog-helper": "1.0.3", "fuse.js": "^7.0.0", "glob": "^11.0.0", - "highlight.js": "^11.10.0", + "highlight.js": "^11.11.0", "html-react-parser": "^5.2.0", "jsdom": "^25.0.1", "lru-cache": "^11.0.2",