From cedd1ea8e412860688ca252ec13c4e1845fcf55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:13:51 +0000 Subject: [PATCH] chore(deps): bump gatsby-remark-prismjs from 3.11.0 to 3.12.0 in /client Bumps [gatsby-remark-prismjs](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-prismjs) from 3.11.0 to 3.12.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.12.0/packages/gatsby-remark-prismjs) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index a7a02d596c..3c438a7c63 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13703,9 +13703,9 @@ } }, "gatsby-remark-prismjs": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.11.0.tgz", - "integrity": "sha512-aMiky/kEKfnJfByMwkPq53h9k7GUvJkPMCecu4HwCYmvM8KqCXhpqH070h7QlTuk6yAjTnxa3Ck4y3aMpkOOIw==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/gatsby-remark-prismjs/-/gatsby-remark-prismjs-3.12.0.tgz", + "integrity": "sha512-NEc7onRPc6wg9tohtbel7RcoEv6ouB6nl1g6supr/tTaaPADBUfK2kpdXJUwTruvOVimtjbDyzc0r/H/PGOHSg==", "requires": { "@babel/runtime": "^7.12.5", "parse-numeric-range": "^0.0.2", diff --git a/client/package.json b/client/package.json index 6f4ef549b3..84275d8888 100644 --- a/client/package.json +++ b/client/package.json @@ -38,7 +38,7 @@ "gatsby-plugin-postcss": "^2.3.13", "gatsby-plugin-react-helmet": "^3.8.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", - "gatsby-remark-prismjs": "^3.11.0", + "gatsby-remark-prismjs": "^3.12.0", "gatsby-source-filesystem": "^2.9.1", "gatsby-transformer-remark": "^2.14.0", "jquery": "^3.5.1",