From 4332221f5834a77d7a8be4cb8fc7d6d7ac96e8a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 22:07:36 +0000 Subject: [PATCH] Build(deps-dev): bump gatsby-plugin-catch-links from 2.1.27 to 2.1.28 (#4825) Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.27 to 2.1.28. - [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.28/packages/gatsby-plugin-catch-links) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> 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, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2f81bed989..bed4cee153 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14862,19 +14862,19 @@ } }, "gatsby-plugin-catch-links": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.27.tgz", - "integrity": "sha512-OOujJiiI0F0YtGUq5lDWNqjccBpn+5h253xgqHCaimyy25SUyL/ApL1CBY/mRuPCw+53JYQBpI8hTNAW77wnzA==", + "version": "2.1.28", + "resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.28.tgz", + "integrity": "sha512-3cemo2r4Q1JcJEVqOfWhXcrNXgocoaDSEV1c2gogGemZcWIHLbq2dh0zRABu/QKZ4p6nb8uTgh8DHFugZ1zbdg==", "dev": true, "requires": { - "@babel/runtime": "^7.7.6", + "@babel/runtime": "^7.8.7", "escape-string-regexp": "^1.0.5" }, "dependencies": { "@babel/runtime": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz", - "integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==", + "version": "7.9.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.2.tgz", + "integrity": "sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 313b3c7664..847757fde8 100644 --- a/package.json +++ b/package.json @@ -194,7 +194,7 @@ "fetch-ponyfill": "^6.1.0", "fs-readfile-promise": "^3.0.1", "gatsby": "2.19.41", - "gatsby-plugin-catch-links": "^2.1.27", + "gatsby-plugin-catch-links": "^2.1.28", "gatsby-plugin-page-creator": "^2.1.45", "gatsby-plugin-react-helmet": "^3.1.24", "gatsby-plugin-remove-trailing-slashes": "^2.1.23", -- GitLab