From 3477ccb2bd15ed28db52d304c3b9851cd33a6058 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jul 2021 07:05:59 +0000 Subject: [PATCH] fix: lib/components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-1314893 --- lib/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/package.json b/lib/components/package.json index 2d6dca4a63a0..5fd51367a61a 100644 --- a/lib/components/package.json +++ b/lib/components/package.json @@ -36,7 +36,7 @@ "react-focus-lock": "^1.18.3", "react-helmet-async": "^1.0.2", "react-popper-tooltip": "^2.8.3", - "react-syntax-highlighter": "^8.0.1", + "react-syntax-highlighter": "^13.0.0", "react-textarea-autosize": "^7.1.0", "simplebar-react": "^1.0.0-alpha.6" },