From e3235a55a7c190584a088e7cfd53b6b770e49d5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 00:35:45 +0000 Subject: [PATCH] [Security] Bump highlight.js from 9.18.5 to 10.7.2 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.5 to 10.7.2. **This update includes a security fix.** - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.7.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.5...10.7.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 62a92a2..6e29e58 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "express": "^4.16.4", "express-validator": "^5.3.1", "helmet": "^3.22.0", - "highlight.js": "^9.14.2", + "highlight.js": "^10.7.2", "html-minifier": "^4.0.0", "i18next": "^11.10.2", "inquirer": "^6.2.2",