From d20b6d44be1aebce322544035fea028277a1b1f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 09:42:14 +0000 Subject: [PATCH] build(deps): bump gatsby-remark-autolink-headers from 2.1.8 to 2.2.1 Bumps [gatsby-remark-autolink-headers](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-autolink-headers) from 2.1.8 to 2.2.1. - [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.2.1/packages/gatsby-remark-autolink-headers) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 45 +++++++++++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 518d4e5e27..81e6faed83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13818,15 +13818,48 @@ } }, "gatsby-remark-autolink-headers": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.1.8.tgz", - "integrity": "sha1-OPbPhtvDnV2LcDA3Kn0COvJocAo=", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/gatsby-remark-autolink-headers/-/gatsby-remark-autolink-headers-2.2.1.tgz", + "integrity": "sha512-FqTq9rh9fRxdlX1V3InXSAoZQyBcZ3mI5zNiNagO+DRNZCSve3YVKTDmMZ7a7GXx5Bz7QTPBB993wk2OcRSIFg==", "requires": { - "@babel/runtime": "^7.5.5", - "github-slugger": "^1.2.1", + "@babel/runtime": "^7.8.7", + "github-slugger": "^1.3.0", "lodash": "^4.17.15", - "mdast-util-to-string": "^1.0.6", + "mdast-util-to-string": "^1.1.0", "unist-util-visit": "^1.4.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "emoji-regex": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.1.tgz", + "integrity": "sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=" + }, + "github-slugger": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.3.0.tgz", + "integrity": "sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==", + "requires": { + "emoji-regex": ">=6.0.0 <=6.1.1" + } + }, + "mdast-util-to-string": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz", + "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==" + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } } }, "gatsby-remark-images": { diff --git a/package.json b/package.json index bd479a23a8..2357010a4f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gatsby-plugin-sharp": "^2.5.3", "gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-typescript": "^2.3.1", - "gatsby-remark-autolink-headers": "^2.0.15", + "gatsby-remark-autolink-headers": "^2.2.1", "gatsby-remark-images": "^3.2.2", "gatsby-remark-prismjs": "^3.4.1", "gatsby-source-filesystem": "^2.0.16",