From 0d4defae03d7404d9e1e806db82ad1df83919fb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Oct 2020 21:42:03 +0000 Subject: [PATCH] build(deps-dev): bump highlight.js from 10.1.2 to 10.3.2 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.2 to 10.3.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.3.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/10.1.2...10.3.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40c039b..078eb12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6688,9 +6688,9 @@ "dev": true }, "highlight.js": { - "version": "10.1.2", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-10.1.2.tgz", - "integrity": "sha1-wg25UbocIsBVAQZI3//Xsqlo4Aw=", + "version": "10.3.2", + "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-10.3.2.tgz", + "integrity": "sha1-E1/TYZoAw8u4tM1tvHjVa/y8RvE=", "dev": true }, "hmac-drbg": { diff --git a/package.json b/package.json index be0fcb9..7e4102d 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "file-loader": "^6.0.0", "fs-extra": "^9.0.1", "hash-sum": "^2.0.0", - "highlight.js": "^10.0.3", + "highlight.js": "^10.3.2", "html-webpack-plugin": "^4.3.0", "husky": "^4.2.5", "jest": "^26.0.1",