From 066ec6a3f95aa3e8f8814f4e43777244882a755d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Nov 2020 23:44:25 +0000 Subject: [PATCH] Bump highlight.js in /charlas-tutoriales/charla-git Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.0.3 to 10.1.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.1.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/10.0.3...10.1.2) Signed-off-by: dependabot[bot] --- charlas-tutoriales/charla-git/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charlas-tutoriales/charla-git/package-lock.json b/charlas-tutoriales/charla-git/package-lock.json index 8134287..f3fb284 100644 --- a/charlas-tutoriales/charla-git/package-lock.json +++ b/charlas-tutoriales/charla-git/package-lock.json @@ -4260,9 +4260,9 @@ } }, "highlight.js": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.0.3.tgz", - "integrity": "sha512-9FG7SSzv9yOY5CGGxfI6NDm7xLYtMOjKtPBxw7Zff3t5UcRcUNTGEeS8lNjhceL34KeetLMoGMFTGoaa83HwyQ==", + "version": "10.1.2", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.2.tgz", + "integrity": "sha512-Q39v/Mn5mfBlMff9r+zzA+gWxRsCRKwEMvYTiisLr/XUiFI/4puWt0Ojdko3R3JCNWGdOWaA5g/Yxqa23kC5AA==", "dev": true }, "homedir-polyfill": {