diff --git a/client/package-lock.json b/client/package-lock.json index c9b6bfbe1e..1d28dde876 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13109,15 +13109,23 @@ } }, "gatsby-remark-prismjs": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.6.0.tgz", - "integrity": "sha512-8eruDDSs1OkoTmV8lN/pWUxscBf3tU0F9jIsOiNK22GB/h4/thwlPRR8Te631KrVeODTvcOQo2kcvGI1xr+dvQ==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.10.0.tgz", + "integrity": "sha512-TKH4th2Nkb2g7KRqYWG86o7AnfA2jpwv2KE2ZrjsGxzAvKWZ/TNuJn+S9mKqtZr/pVvSlM+fS0pnckE1nNKONg==", "requires": { - "@babel/runtime": "^7.11.2", + "@babel/runtime": "^7.12.5", "parse-numeric-range": "^0.0.2", "unist-util-visit": "^1.4.1" }, "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, "unist-util-is": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", diff --git a/client/package.json b/client/package.json index c521f5db33..68ce66ec0c 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-remove-serviceworker": "^1.0.0", - "gatsby-remark-prismjs": "^3.6.0", + "gatsby-remark-prismjs": "^3.10.0", "gatsby-source-filesystem": "^2.6.0", "gatsby-transformer-remark": "^2.11.0", "jquery": "^3.5.1",