From 3a42a618623d81dd5bd4f1632828bc95b3bbd22f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2019 15:47:54 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-catch-links from 2.1.12 to 2.1.15 (#4212) Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.12 to 2.1.15. - [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.15/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ec7a97f9f..d986e824f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12650,19 +12650,19 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.1.12", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.12.tgz", - "integrity": "sha512-42BGcWaYNJ1fL702A2HZNsQyFL2+0FBdiJkBbizZyWRqhlo3+/YlcIqUCILICrrsCipyGdaR9RLnIlalBczRdg==", + "version": "2.1.15", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.15.tgz", + "integrity": "sha512-lQXmRYtaO6BN0QUOqcGD2Zt6bsfJxJ6xANdJCyVebF7DNKJuMyyHN6Y+w/7IIKormwXOUxWSM3BnfbHCgumWYQ==", "dev": true, "requires": { - "@babel/runtime": "^7.6.2", + "@babel/runtime": "^7.6.3", "escape-string-regexp": "^1.0.5" }, "dependencies": { "@babel/runtime": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz", - "integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.3.tgz", + "integrity": "sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 51ebc35894..706513e3b6 100644 --- a/package.json +++ b/package.json @@ -200,7 +200,7 @@ "fetch-ponyfill": "^6.1.0", "fs-readfile-promise": "^3.0.1", "gatsby": "2.16.5", - "gatsby-plugin-catch-links": "^2.1.12", + "gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-page-creator": "^2.1.27", "gatsby-plugin-react-helmet": "^3.1.11", "gatsby-plugin-remove-trailing-slashes": "^2.1.10", -- GitLab