From f2bcdb772c195725efb461a03cbbc88348504ca9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Feb 2022 01:50:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PRISMJS-2404333 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 207db09..9f25f38 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router": "5.1.2", "react-router-dom": "5.1.2", "react-scripts": "^1.0.17", - "react-syntax-highlighter": "^6.1.1", + "react-syntax-highlighter": "^13.0.0", "react-test-renderer": "^16.3.2", "styled-components": "^3.2.5", "jest-cli": "latest",