From b47881937e88be7ed300fdb003e635fa20d28e1e Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 9 Oct 2021 02:32:20 +0000
Subject: [PATCH] fix: addons/storysource/package.json to reduce
 vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PRISMJS-1585202
---
 addons/storysource/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/storysource/package.json b/addons/storysource/package.json
index fa12ec53e18a..ae14004829ce 100644
--- a/addons/storysource/package.json
+++ b/addons/storysource/package.json
@@ -32,7 +32,7 @@
     "loader-utils": "^1.2.3",
     "prettier": "^1.16.4",
     "prop-types": "^15.7.2",
-    "react-syntax-highlighter": "^8.0.1",
+    "react-syntax-highlighter": "^13.0.0",
     "regenerator-runtime": "^0.12.1",
     "util-deprecate": "^1.0.2"
   },