From 85f147761129eeac3cb9bce0dddc6e7d05eeb2ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 18:21:38 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-catch-links from 2.3.0 to 2.3.1 (#5069) Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.3.0 to 2.3.1. - [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.3.1/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 ++++---------- package.json | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86b96a008b..a7f677eb87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16294,12 +16294,12 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.0.tgz", - "integrity": "sha512-Neoa6ijOG0+EeMH1SudOX9s8qKimguOmtxPgbr9WvbXEbY1zjz4Pi3iE3Np1sLodXTiHdjlPuHewv3NUnaFflg==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.3.1.tgz", + "integrity": "sha512-0hqe9mmJGPF+mh2Rrat1RhBBfm/rNi4nCEnsNSQ/j7h2w5btOny80B7He9JIqLTspcQhXuo709nGdOUqx+Qmyw==", "dev": true, "requires": { - "@babel/runtime": "^7.9.2", + "@babel/runtime": "^7.9.6", "escape-string-regexp": "^1.0.5" }, "dependencies": { @@ -16317,12 +16317,6 @@ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", "dev": true - }, - "regenerator-runtime": { - "version": "0.13.5", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", - "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==", - "dev": true } } }, diff --git a/package.json b/package.json index 3d77de50fb..03a7ef3625 100644 --- a/package.json +++ b/package.json @@ -195,7 +195,7 @@ "form-data": "^3.0.0", "fs-readfile-promise": "^3.0.1", "gatsby": "2.21.11", - "gatsby-plugin-catch-links": "^2.3.0", + "gatsby-plugin-catch-links": "^2.3.1", "gatsby-plugin-page-creator": "^2.3.0", "gatsby-plugin-react-helmet": "^3.3.0", "gatsby-plugin-remove-trailing-slashes": "^2.3.2",