diff --git a/package-lock.json b/package-lock.json index cc91078d..5ca67c2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "dependencies": { "bootstrap": "^4.5.3", "gray-matter": "^4.0.2", - "highlight.js": "^10.5.0", - "markdown-to-jsx": "^7.1.0", + "highlight.js": "^10.6.0", + "markdown-to-jsx": "^7.1.2", "markdown-toc": "^1.2.0", "next": "10.0.3", "react": "17.0.1", @@ -2837,9 +2837,9 @@ } }, "node_modules/highlight.js": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.5.0.tgz", - "integrity": "sha512-xTmvd9HiIHR6L53TMC7TKolEj65zG1XU+Onr8oi86mYa+nLcIbxTTWkpW7CsEwv/vK7u1zb8alZIMLDqqN6KTw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.6.0.tgz", + "integrity": "sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==", "engines": { "node": "*" } @@ -3447,11 +3447,14 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.1.0.tgz", - "integrity": "sha512-f0LxzbmLfInOSmTC/BaMB44RVmPN2cQom9D4pQzp6c5pOmO0yjxWMDJs78JSSLmncn+bi0Qy0VlJjsRVk8AUpg==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.1.2.tgz", + "integrity": "sha512-O8DMCl32V34RrD+ZHxcAPc2+kYytuDIoQYjY36RVdsLK7uHjgNVvFec4yv0X6LgB4YEZgSvK5QtFi5YVqEpoMA==", "engines": { "node": ">= 4" + }, + "peerDependencies": { + "react": ">= 0.14.0" } }, "node_modules/markdown-toc": { @@ -9309,9 +9312,9 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" }, "highlight.js": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.5.0.tgz", - "integrity": "sha512-xTmvd9HiIHR6L53TMC7TKolEj65zG1XU+Onr8oi86mYa+nLcIbxTTWkpW7CsEwv/vK7u1zb8alZIMLDqqN6KTw==" + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.6.0.tgz", + "integrity": "sha512-8mlRcn5vk/r4+QcqerapwBYTe+iPL5ih6xrNylxrnBdHQiijDETfXX7VIxC3UiCRiINBJfANBAsPzAvRQj8RpQ==" }, "hmac-drbg": { "version": "1.0.1", @@ -9800,7 +9803,8 @@ "markdown-to-jsx": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.1.2.tgz", - "integrity": "sha512-O8DMCl32V34RrD+ZHxcAPc2+kYytuDIoQYjY36RVdsLK7uHjgNVvFec4yv0X6LgB4YEZgSvK5QtFi5YVqEpoMA==" + "integrity": "sha512-O8DMCl32V34RrD+ZHxcAPc2+kYytuDIoQYjY36RVdsLK7uHjgNVvFec4yv0X6LgB4YEZgSvK5QtFi5YVqEpoMA==", + "requires": {} }, "markdown-toc": { "version": "1.2.0", diff --git a/package.json b/package.json index b256492c..206f14db 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "bootstrap": "^4.5.3", "gray-matter": "^4.0.2", - "highlight.js": "^10.5.0", + "highlight.js": "^10.6.0", "markdown-to-jsx": "^7.1.2", "markdown-toc": "^1.2.0", "next": "10.0.3",