From 5a764a2947a8b124062a11a980cdb61d67733b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 18:48:22 +0000 Subject: [PATCH] Bump highlight.js from 9.15.6 to 10.4.1 Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.6 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.15.6...10.4.1) Signed-off-by: dependabot[bot] --- packages/react-server-website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-server-website/package.json b/packages/react-server-website/package.json index 745ace73b..8add07d89 100644 --- a/packages/react-server-website/package.json +++ b/packages/react-server-website/package.json @@ -15,7 +15,7 @@ "dependencies": { "@babel/plugin-transform-runtime": "^7.0.0", "@babel/runtime": "^7.0.0", - "highlight.js": "^9.5.0", + "highlight.js": "^10.4.1", "react": "~0.14.9 || ^15.3.0 || ^16.0.0", "react-dom": "~0.14.9 || ^15.3.0 || ^16.0.0", "react-server": "file:../react-server",