From 6301bab8814ff032d7025535202eeee3bed3dd03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Nov 2020 02:29:00 +0000 Subject: [PATCH] Bump highlight.js from 9.18.1 to 10.1.2 in /frontend Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 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.18.1...10.1.2) Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 6 +++--- frontend/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6e02690..c6ea324 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5955,9 +5955,9 @@ "dev": true }, "highlight.js": { - "version": "9.18.1", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz", - "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==" + "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==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/frontend/package.json b/frontend/package.json index 90f1077..81762ee 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "license": "MIT", "dependencies": { "flexboxgrid-sass": "^8.0.5", - "highlight.js": "^9.18.1", + "highlight.js": "^10.1.2", "sass-flex-mixin": "^1.0.3" }, "devDependencies": {