From 325a6dd27909ed3c7811d218e85c28e834b11d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 19:28:18 +0000 Subject: [PATCH] Bump highlight.js from 9.18.1 to 10.4.1 in /frontend Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.4.1. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...10.4.1) 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..7d920a8 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.4.1", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz", + "integrity": "sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==" }, "hmac-drbg": { "version": "1.0.1", diff --git a/frontend/package.json b/frontend/package.json index 90f1077..770e6bf 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.4.1", "sass-flex-mixin": "^1.0.3" }, "devDependencies": {