Bump gatsby-plugin-catch-links from 2.0.10 to 2.0.11 (#2983)

Bumps [gatsby-plugin-catch-links](https://github.com/gatsbyjs/gatsby) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-13 20:47:15 +00:00
committed by chris48s
parent bc96f0e25f
commit 5d7bfe7d0b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9271,9 +9271,9 @@
}
},
"gatsby-plugin-catch-links": {
"version": "2.0.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.0.10.tgz",
"integrity": "sha512-YHTvSCz94Rtidl2YHRvYvpygXkLiyxSwBcTJQlQJKXZIIcriIWOdVO8G4fD9N1xP6DU7Shdhj0hBvyNzkl0NLg==",
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-2.0.11.tgz",
"integrity": "sha512-tnnXRSNdH5oIdH70WIvOHu7zNZQeHvY210fcNGZLJ00JNetetJqkBlklRgGIqG7kClBoHB7LcGxMu/2cXnHH/g==",
"dev": true,
"requires": {
"@babel/runtime": "^7.0.0",

View File

@@ -157,7 +157,7 @@
"fetch-ponyfill": "^6.0.0",
"fs-readfile-promise": "^3.0.1",
"gatsby": "2.0.118",
"gatsby-plugin-catch-links": "^2.0.10",
"gatsby-plugin-catch-links": "^2.0.11",
"gatsby-plugin-page-creator": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-remove-trailing-slashes": "^2.0.7",