From 66ed75be7a66b559ee7c9ee2886751df2c08fcc1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Feb 2021 02:15:14 +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-1076581 --- 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 6586bfd9e39b..910e163ce382 100644 --- a/addons/storysource/package.json +++ b/addons/storysource/package.json @@ -30,7 +30,7 @@ "loader-utils": "^1.1.0", "prettier": "^1.11.1", "prop-types": "^15.6.1", - "react-syntax-highlighter": "^7.0.2" + "react-syntax-highlighter": "^13.0.0" }, "peerDependencies": { "@storybook/addons": "^3.3.0",