From 6fa8ba3ee1563d9382cd3943c8d063a171fc36d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 00:24:24 +0000 Subject: [PATCH] Bump highlight.js from 9.15.8 to 10.1.2 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.8 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/9.15.8...10.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3327bbc..d973bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,8 @@ { "name": "@standardpress/book", - "requires": true, + "version": "0.1.0", "lockfileVersion": 1, + "requires": true, "dependencies": { "@babel/code-frame": { "version": "7.0.0", @@ -4023,9 +4024,9 @@ } }, "highlight.js": { - "version": "9.15.8", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.8.tgz", - "integrity": "sha512-RrapkKQWwE+wKdF73VsOa2RQdIoO3mxwJ4P8mhbI6KYJUraUHRKM5w5zQQKXNk0xNL4UVRdulV9SBJcmzJNzVA==" + "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==" }, "hosted-git-info": { "version": "2.7.1", diff --git a/package.json b/package.json index 7aabbff..c3a41c1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "commander": "^2.20.0", "deep-for-each": "^3.0.0", "get-port": "^5.0.0", - "highlight.js": "^9.15.8", + "highlight.js": "^10.1.2", "jsonfile": "^5.0.0", "marked": "^0.6.2", "mkdirp": "^0.5.1",