From a0396a79fcc82e084c274cedc20bf6ac83173253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 00:40:35 +0000 Subject: [PATCH] Bump highlight.js from 9.15.8 to 9.18.5 in /web-example Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.8 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.15.8...9.18.5) Signed-off-by: dependabot[bot] --- web-example/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web-example/package-lock.json b/web-example/package-lock.json index fee5fd8..504bc09 100644 --- a/web-example/package-lock.json +++ b/web-example/package-lock.json @@ -5928,9 +5928,9 @@ "dev": true }, "highlight.js": { - "version": "9.15.8", - "resolved": "https://registry.npm.taobao.org/highlight.js/download/highlight.js-9.15.8.tgz", - "integrity": "sha1-80T9oSPzbxplSQ6TLPkFaeSZmXE=", + "version": "9.18.5", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", + "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==", "dev": true }, "hmac-drbg": {