From e73654f183a8e877033c523e80b85d6d1a6cef78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 06:06:10 +0000 Subject: [PATCH] chore(deps): bump gatsby-link from 2.4.16 to 2.5.0 in /client Bumps [gatsby-link](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-link) from 2.4.16 to 2.5.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-link/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@2.5.0/packages/gatsby-link) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 63a3ccd644..0f6d2adaa2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12325,9 +12325,9 @@ } }, "gatsby-link": { - "version": "2.4.16", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.16.tgz", - "integrity": "sha512-wsccuSOIAjhRDQRKmIj2+FUNR94QEBnELki0giN+lLKvWB3EO8mXjTIccXC0bMpe8VQcBlv3DHpUo72EAkkFAg==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.5.0.tgz", + "integrity": "sha512-vCTvrHaeGv50wfH5qGmHvTxktDDMC0dKa/mIjw+0pmBk+F9V9PJQkAgkAWGqNqGcLBbq5hUstVPynurrvSxjSA==", "requires": { "@babel/runtime": "^7.11.2", "@types/reach__router": "^1.3.6", diff --git a/client/package.json b/client/package.json index fe7c642e29..28a5f3154b 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ "final-form": "^4.20.1", "gatsby": "^2.25.3", "gatsby-cli": "^2.12.117", - "gatsby-link": "^2.4.16", + "gatsby-link": "^2.5.0", "gatsby-plugin-advanced-sitemap": "^1.5.6", "gatsby-plugin-create-client-paths": "^2.3.13", "gatsby-plugin-manifest": "^2.5.2",