From cee0d2952717d21e3f24901790424be6d5a67e3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:27:11 +0000 Subject: [PATCH] fix(deps): update dependency lowlight to ^2.8.1 --- 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 b8ea332b22c..5712a63161f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "escape-html": "^1.0.3", "highlight.js": "^11.7.0", "lib0": "^0.2.60", - "lowlight": "^2.8.0", + "lowlight": "^2.8.1", "markdown-it": "^13.0.1", "markdown-it-container": "^3.0.0", "markdown-it-front-matter": "^0.2.3", @@ -14788,9 +14788,9 @@ } }, "node_modules/lowlight": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.8.0.tgz", - "integrity": "sha512-WeExw1IKEkel9ZcYwzpvcFzORIB0IlleTcxJYoEuUgHASuYe/OBYbV6ym/AetG7unNVCBU/SXpgTgs2nT93mhg==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.8.1.tgz", + "integrity": "sha512-HCaGL61RKc1MYzEYn3rFoGkK0yslzCVDFJEanR19rc2L0mb8i58XM55jSRbzp9jcQrFzschPlwooC0vuNitk8Q==", "dependencies": { "@types/hast": "^2.0.0", "fault": "^2.0.0", @@ -31783,9 +31783,9 @@ } }, "lowlight": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.8.0.tgz", - "integrity": "sha512-WeExw1IKEkel9ZcYwzpvcFzORIB0IlleTcxJYoEuUgHASuYe/OBYbV6ym/AetG7unNVCBU/SXpgTgs2nT93mhg==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-2.8.1.tgz", + "integrity": "sha512-HCaGL61RKc1MYzEYn3rFoGkK0yslzCVDFJEanR19rc2L0mb8i58XM55jSRbzp9jcQrFzschPlwooC0vuNitk8Q==", "requires": { "@types/hast": "^2.0.0", "fault": "^2.0.0", diff --git a/package.json b/package.json index 8cff9d071fa..070290085b5 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "escape-html": "^1.0.3", "highlight.js": "^11.7.0", "lib0": "^0.2.60", - "lowlight": "^2.8.0", + "lowlight": "^2.8.1", "markdown-it": "^13.0.1", "markdown-it-container": "^3.0.0", "markdown-it-front-matter": "^0.2.3",