From adcf2ff3c1cb0b10d8a985ee0efb35ef7248f872 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 21:28:34 -0500 Subject: [PATCH] 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] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a24e28872..6e4816067d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 5876accde9..00c0f9e9c5 100644 --- a/package.json +++ b/package.json @@ -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",