diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index 2e0bb308..b81ee407 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -59,7 +59,7 @@ "react-helmet": "^6.1.0", "react-share": "^4.4.0", "react-svg-loader": "^3.0.3", - "react-syntax-highlighter": "^15.4.3", + "react-syntax-highlighter": "^15.4.4", "react-use": "^17.2.4", "skynet-js": "^4.0.11-beta", "stream-browserify": "^3.0.0", @@ -21807,9 +21807,9 @@ } }, "node_modules/react-syntax-highlighter": { - "version": "15.4.3", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.3.tgz", - "integrity": "sha512-TnhGgZKXr5o8a63uYdRTzeb8ijJOgRGe0qjrE0eK/gajtdyqnSO6LqB3vW16hHB0cFierYSoy/AOJw8z1Dui8g==", + "version": "15.4.4", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", + "integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", "dependencies": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", @@ -44716,9 +44716,9 @@ } }, "react-syntax-highlighter": { - "version": "15.4.3", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.3.tgz", - "integrity": "sha512-TnhGgZKXr5o8a63uYdRTzeb8ijJOgRGe0qjrE0eK/gajtdyqnSO6LqB3vW16hHB0cFierYSoy/AOJw8z1Dui8g==", + "version": "15.4.4", + "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.4.4.tgz", + "integrity": "sha512-PsOFHNTzkb3OroXdoR897eKN5EZ6grht1iM+f1lJSq7/L0YVnkJaNVwC3wEUYPOAmeyl5xyer1DjL6MrumO6Zw==", "requires": { "@babel/runtime": "^7.3.1", "highlight.js": "^10.4.1", diff --git a/packages/website/package.json b/packages/website/package.json index 212c6d99..19488b5a 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -56,7 +56,7 @@ "react-helmet": "^6.1.0", "react-share": "^4.4.0", "react-svg-loader": "^3.0.3", - "react-syntax-highlighter": "^15.4.3", + "react-syntax-highlighter": "^15.4.4", "react-use": "^17.2.4", "skynet-js": "^4.0.11-beta", "stream-browserify": "^3.0.0",