From 9192b9b9444dab4049645fc53386e21919ee96db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 20:49:46 +0000 Subject: [PATCH] build(deps): bump gatsby-plugin-catch-links from 2.1.5 to 2.2.1 Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.5 to 2.2.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.2.1/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4cd9a20e04..e0bed97afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12292,12 +12292,27 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.5.tgz", - "integrity": "sha1-3oSr1KHcYJWO+fqeZEOLuupluKA=", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.2.1.tgz", + "integrity": "sha512-sxKYhQVh8fKcQQ6EzEuHOyWN9igNjvaVg5jGgB2b0Mft7+KgWzVkq2pNjwmP7UGMUPVsE01LLJdQFytkduSkAA==", "requires": { - "@babel/runtime": "^7.5.5", + "@babel/runtime": "^7.8.7", "escape-string-regexp": "^1.0.5" + }, + "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" + } + }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==" + } } }, "gatsby-plugin-emotion": { diff --git a/package.json b/package.json index fd4e41ec6c..7177f6e9ff 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "emotion-server": "^10.0.27", "gatsby": "^2.20.14", "gatsby-plugin-canonical-urls": "^2.2.1", - "gatsby-plugin-catch-links": "^2.0.9", + "gatsby-plugin-catch-links": "^2.2.1", "gatsby-plugin-emotion": "^4.2.1", "gatsby-plugin-manifest": "^2.3.3", "gatsby-plugin-offline": "^3.1.2",