diff --git a/package-lock.json b/package-lock.json index 4365b5c8b75d..051aa5c66fea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "react-dom": "^17.0.2", "react-is": "^17.0.2", "react-markdown": "^7.1.0", - "react-syntax-highlighter": "^15.4.4", + "react-syntax-highlighter": "^15.4.5", "redis": "^3.1.2", "redis-mock": "^0.56.3", "rehype-autolink-headings": "^6.1.0", @@ -17876,14 +17876,14 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", - "integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz", + "integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "lowlight": "^1.17.0", - "prismjs": "^1.22.0", + "prismjs": "^1.25.0", "refractor": "^3.2.0" }, "peerDependencies": { @@ -36753,14 +36753,14 @@ "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==" }, "react-syntax-highlighter": { - "version": "15.4.4", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", - "integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", + "version": "15.4.5", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.5.tgz", + "integrity": "sha512-RC90KQTxZ/b7+9iE6s9nmiFLFjWswUcfULi4GwVzdFVKVMQySkJWBuOmJFfjwjMVCo0IUUuJrWebNKyviKpwLQ==", "requires": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", "lowlight": "^1.17.0", - "prismjs": "^1.22.0", + "prismjs": "^1.25.0", "refractor": "^3.2.0" }, "dependencies": { diff --git a/package.json b/package.json index d9d5f13e677c..cd1ec120a726 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-dom": "^17.0.2", "react-is": "^17.0.2", "react-markdown": "^7.1.0", - "react-syntax-highlighter": "^15.4.4", + "react-syntax-highlighter": "^15.4.5", "redis": "^3.1.2", "redis-mock": "^0.56.3", "rehype-autolink-headings": "^6.1.0",