diff --git a/package-lock.json b/package-lock.json index 1d5a63a4..23460d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15911,9 +15911,9 @@ "dev": true }, "react-syntax-highlighter": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.0.1.tgz", - "integrity": "sha512-u7urbi8mgFC6kstA35Uh+m7ZCz4g+URdqA8VqvfgVukJWBpOwDbcaRcR60Kk2/384dxgZErBGSahA3ptOOkRWA==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.1.0.tgz", + "integrity": "sha512-+K7PKhXgtL3EJ2jnJEkpZe4dfXWA4OXDODxnQQLl6g4wXY3IpCiL2wy7bPMSiXFMvDtuBmIiHztrMKnEkQnXUQ==", "requires": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.1.1", diff --git a/package.json b/package.json index 1344ddb3..952bc427 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "pretty-format": "26.5.0", "react-highlight-words": "0.16.0", "react-jss": "10.3.0", - "react-syntax-highlighter": "15.0.1", + "react-syntax-highlighter": "15.1.0", "react-transition-group": "4.4.1", "svgo": "1.3.2", "untildify": "4.0.0",