From 9dda78e831278e8fdcb081c1d88c7bd80ad86045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 16:56:57 +0530 Subject: [PATCH] chore(deps): bump gatsby-remark-prismjs from 3.6.0 to 3.10.0 in /client (#40509) Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.6.0 to 3.10.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-prismjs/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-prismjs@3.10.0/packages/gatsby-remark-prismjs) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client/package-lock.json | 16 ++++++++++++---- client/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) 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",