From 6dc518f7adf8340c067b4fabb49e9bd8f5ba1e07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Feb 2022 16:46:10 +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-2404333 --- 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",