From e20e1c50649bbbf4e5331ef62a73c05a1c0df7cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 19:26:27 +0100 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-catch-links from 2.0.15 to 2.1.0 (#3626) Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-catch-links) from 2.0.15 to 2.1.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-catch-links/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-catch-links@2.1.0/packages/gatsby-plugin-catch-links) 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 f4c3d964c1..63c01adbb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11517,9 +11517,9 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.0.15.tgz", - "integrity": "sha512-JJms4zSzLrRSu2RKYWHED71TWWRImortYN3wkpgmQ/k9Gb25CEZUgQhDagEgLI9rMbVnp1pV/G2YC+quCGsuEQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.0.tgz", + "integrity": "sha512-345dY1HU6rwAzw5TPkcz4aNy5s/2FjbgW8zY/X1YqbcaAd8PhocBV9CVLfSAPZA1ugpJ1bThIT1DtIBQ/rwIHw==", "dev": true, "requires": { "@babel/runtime": "^7.0.0", diff --git a/package.json b/package.json index 1c97781797..12a7e0f483 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "fetch-ponyfill": "^6.1.0", "fs-readfile-promise": "^3.0.1", "gatsby": "2.9.4", - "gatsby-plugin-catch-links": "^2.0.15", + "gatsby-plugin-catch-links": "^2.1.0", "gatsby-plugin-page-creator": "^2.1.1", "gatsby-plugin-react-helmet": "^3.1.0", "gatsby-plugin-remove-trailing-slashes": "^2.0.11",