From 15b44b9bcb07e9deeca169157935257e4e157541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 08:09:10 +0000 Subject: [PATCH] chore(deps): bump gatsby-remark-prismjs from 3.5.16 to 3.6.0 in /client Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.5.16 to 3.6.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.6.0/packages/gatsby-remark-prismjs) Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++----------- client/package.json | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 65c5f52fc5..63a3ccd644 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13179,23 +13179,15 @@ } }, "gatsby-remark-prismjs": { - "version": "3.5.16", - "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.5.16.tgz", - "integrity": "sha512-p5gFyQ9j85O8vNiZgrWI8nIU29IsHqT+gZpmRv+0K/06dqthk6JQVtYoV2A4wBOdIXAOu1PqEcyA39Of4VuXPg==", + "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==", "requires": { "@babel/runtime": "^7.11.2", "parse-numeric-range": "^0.0.2", "unist-util-visit": "^1.4.1" }, "dependencies": { - "@babel/runtime": { - "version": "7.11.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", - "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", - "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 85a862d909..fe7c642e29 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,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.5.16", + "gatsby-remark-prismjs": "^3.6.0", "gatsby-source-filesystem": "^2.4.2", "gatsby-transformer-remark": "^2.9.2", "jquery": "^3.5.1",