Build(deps-dev): bump gatsby from 2.13.61 to 2.13.62 (#3872)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 2.13.61 to 2.13.62.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.13.61...gatsby@2.13.62)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-13 21:28:34 -05:00
committed by Caleb Cartwright
parent 80d08d8e0a
commit adcf2ff3c1
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -11462,9 +11462,9 @@
"dev": true
},
"gatsby": {
"version": "2.13.61",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.61.tgz",
"integrity": "sha512-QaPiEBJQHCcSo6kIq8k8FUYLdnsmUtYuz7Qr75dUM2Win+ixBVZ+EDv8sCoFIdTfoaxLMM8rAJ+/F+gNUoAZ2w==",
"version": "2.13.62",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.62.tgz",
"integrity": "sha512-Q/hIwFJlQ2nC5ICenYQHk8uP3Pqbl/Ikq4Na5OS+3vnBkV19Yc4dgPIKc/DxOmIpgEfn6FQW15OHjoEXmPygew==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
@@ -11527,7 +11527,7 @@
"gatsby-cli": "^2.7.30",
"gatsby-core-utils": "^1.0.4",
"gatsby-graphiql-explorer": "^0.2.3",
"gatsby-link": "^2.2.4",
"gatsby-link": "^2.2.5",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-react-router-scroll": "^2.1.3",
"gatsby-telemetry": "^1.1.11",
@@ -12060,9 +12060,9 @@
}
},
"gatsby-link": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.4.tgz",
"integrity": "sha512-W73ISnmR2bCvDf2CH+9fZd8aqEbN+sNfnWkrW5GUVHaSx1PMR1hHq4ihkRF7sDDgynnxfnZdJX+oSat44rghFA==",
"version": "2.2.5",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.2.5.tgz",
"integrity": "sha512-qaQZZAXi6D7paxTV7VAl2P3WKcdoFosLLTCdUTWi50joNUhIxNbOf5CukQ3SuI4O1tuoP3usJsS5XhuX4+prqQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.0.0",
@@ -14243,9 +14243,9 @@
"dev": true
},
"is-path-in-cwd": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
"integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
"integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
"dev": true,
"requires": {
"is-path-inside": "^1.0.0"
+1 -1
View File
@@ -193,7 +193,7 @@
"eslint-plugin-standard": "^4.0.0",
"fetch-ponyfill": "^6.1.0",
"fs-readfile-promise": "^3.0.1",
"gatsby": "2.13.61",
"gatsby": "2.13.62",
"gatsby-plugin-catch-links": "^2.1.3",
"gatsby-plugin-page-creator": "^2.1.5",
"gatsby-plugin-react-helmet": "^3.1.3",