From 50bbbd3261dbc7fa4a68459100eee6363d12c879 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 05:35:41 +0000 Subject: [PATCH] Bump gatsby-remark-autolink-headers from 2.3.1 to 2.3.2 Bumps [gatsby-remark-autolink-headers](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-autolink-headers) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-autolink-headers/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-autolink-headers@2.3.2/packages/gatsby-remark-autolink-headers) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26bd31bd..cd56ebe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11420,9 +11420,9 @@ "integrity": "sha512-GLDM1hwOaeh95QFibTMuZORxXUrDXbSX+JOGjLDldDNC2KD8uILO0MNnwqf2UOXytD+5eTHaJAGLNiUjvWOKaw==" }, "gatsby-remark-autolink-headers": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.3.1.tgz", - "integrity": "sha512-VFtmQkP2cF2XE5+5sZyQ1ttR0zwTgO9ECJEBRTXMqGfiv94GzuSdW9qkw8LJqxHpgo5tt8oC7W4DSqSlln2qrw==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.3.2.tgz", + "integrity": "sha512-hw1O9zQPaL7D2xv9lDZpoOFtzncu/ou/EpzzLkOoMidwKnHC25R9csaZKfWlMLdXMJ3awHPs2QKvC0BPTfGCSQ==", "requires": { "@babel/runtime": "^7.9.6", "github-slugger": "^1.3.0", diff --git a/package.json b/package.json index 61403469..c392ab0b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-plugin-webpack-size": "^1.0.0", "gatsby-redirect-from": "^0.2.1", - "gatsby-remark-autolink-headers": "^2.3.1", + "gatsby-remark-autolink-headers": "^2.3.2", "gatsby-remark-breaks": "^1.0.0", "gatsby-remark-copy-linked-files": "^2.3.2", "gatsby-remark-images": "^3.3.3",