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] <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>
This commit is contained in:
dependabot-preview[bot]
2020-05-08 18:21:38 +00:00
committed by GitHub
parent b9a330654a
commit 85f1477611
2 changed files with 5 additions and 11 deletions

14
package-lock.json generated
View File

@@ -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
}
}
},

View File

@@ -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",