Build(deps-dev): bump gatsby-plugin-catch-links from 2.1.10 to 2.1.12 (#4084)

Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-catch-links) from 2.1.10 to 2.1.12.
- [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.12/packages/gatsby-plugin-catch-links)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-28 18:01:35 +00:00
committed by repo-ranger[bot]
parent 13200ebfcb
commit d8ec783030
2 changed files with 20 additions and 5 deletions

23
package-lock.json generated
View File

@@ -12361,20 +12361,35 @@
}
},
"gatsby-plugin-catch-links": {
"version": "2.1.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.1.10.tgz",
"integrity": "sha512-PgssZHRzO0Eu0i+KltQNRXKOe21dDdVtJ3QxEG/CrnCL5LrVePcO048XwJOV2wCwGkpaeli4G7yVWIHlnxgjaw==",
"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==",
"dev": true,
"requires": {
"@babel/runtime": "^7.6.0",
"@babel/runtime": "^7.6.2",
"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==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"escape-string-regexp": {
"version": "1.0.5",
"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.3",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz",
"integrity": "sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==",
"dev": true
}
}
},

View File

@@ -200,7 +200,7 @@
"fetch-ponyfill": "^6.1.0",
"fs-readfile-promise": "^3.0.1",
"gatsby": "2.15.15",
"gatsby-plugin-catch-links": "^2.1.10",
"gatsby-plugin-catch-links": "^2.1.12",
"gatsby-plugin-page-creator": "^2.1.23",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-remove-trailing-slashes": "^2.1.7",