From ac963d9029f27fc97d404b34695586735c891463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:25:58 +0000 Subject: [PATCH] Upgrade: Bump highlight.js in /document-conversion Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.9.0 to 11.10.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.9.0...11.10.0) --- updated-dependencies: - dependency-name: highlight.js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- document-conversion/package-lock.json | 14 +++++++------- document-conversion/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/document-conversion/package-lock.json b/document-conversion/package-lock.json index 5c71c40..f3c3a0f 100644 --- a/document-conversion/package-lock.json +++ b/document-conversion/package-lock.json @@ -13,7 +13,7 @@ "encoding": "^0.1.13", "eslint-config-next": "^14.2.4", "googleapis": "^140.0.1", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "jsdom": "^24.1.0", "markdown-it": "^14.1.0", "next": "^14.2.4", @@ -3195,9 +3195,9 @@ } }, "node_modules/highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==", + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", "engines": { "node": ">=12.0.0" } @@ -10135,9 +10135,9 @@ } }, "highlight.js": { - "version": "11.9.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.9.0.tgz", - "integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==" + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", + "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==" }, "html-encoding-sniffer": { "version": "4.0.0", diff --git a/document-conversion/package.json b/document-conversion/package.json index 24dbefd..130a327 100644 --- a/document-conversion/package.json +++ b/document-conversion/package.json @@ -14,7 +14,7 @@ "encoding": "^0.1.13", "eslint-config-next": "^14.2.4", "googleapis": "^140.0.1", - "highlight.js": "^11.9.0", + "highlight.js": "^11.10.0", "jsdom": "^24.1.0", "markdown-it": "^14.1.0", "next": "^14.2.4",