From 9c7735748d4532f2177531fcb8bc41bcb4d79646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:25:12 +0000 Subject: [PATCH] chore(deps): bump gatsby-link from 3.14.0 to 4.0.0 Bumps [gatsby-link](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-link) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-link@4.0.0/packages/gatsby-link/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@4.0.0/packages/gatsby-link) --- updated-dependencies: - dependency-name: gatsby-link dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++++--- package.json | 2 +- yarn.lock | 11 ++++++++++- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0caa0a7b..50b5f2f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12307,6 +12307,16 @@ "xdg-basedir": "^4.0.0" } }, + "gatsby-link": { + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.14.0.tgz", + "integrity": "sha512-a7ZC6aQZ+dz6lhkW0nrg33zlFQq9DADvtl/wwk3W3GdTlseDNOC+iry11tLMEthisUQZ2H3SZGJyVeNuQkdFsw==", + "requires": { + "@babel/runtime": "^7.15.4", + "@types/reach__router": "^1.3.9", + "prop-types": "^15.7.2" + } + }, "gatsby-plugin-utils": { "version": "1.14.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-1.14.0.tgz", @@ -12487,9 +12497,9 @@ } }, "gatsby-link": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-3.14.0.tgz", - "integrity": "sha512-a7ZC6aQZ+dz6lhkW0nrg33zlFQq9DADvtl/wwk3W3GdTlseDNOC+iry11tLMEthisUQZ2H3SZGJyVeNuQkdFsw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.0.0.tgz", + "integrity": "sha512-oeAfw/KvVIJ4QCFt2+rZMFiwuzdckphmjyUEGozc2POSnDT+WqZvuP3ncy/XL3g2l0tV1elk8X095NZv53xoBg==", "requires": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.9", diff --git a/package.json b/package.json index 3bff8b9d..c2e882aa 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "fontsource-ubuntu": "^4.0.0", "gatsby": "^3.14.4", "gatsby-image": "3.11.0", - "gatsby-link": "3.14.0", + "gatsby-link": "4.0.0", "gatsby-plugin-algolia": "0.22.2", "gatsby-plugin-catch-links": "3.14.0", "gatsby-plugin-manifest": "^3.4.0", diff --git a/yarn.lock b/yarn.lock index d16efd65..a3af15d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7460,7 +7460,16 @@ gatsby-legacy-polyfills@^1.14.0: "@babel/runtime" "^7.15.4" core-js-compat "3.9.0" -gatsby-link@3.14.0, gatsby-link@^3.14.0: +gatsby-link@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.0.0.tgz#56b11c842c5ed1760805701f6950e41d421a0754" + integrity sha512-oeAfw/KvVIJ4QCFt2+rZMFiwuzdckphmjyUEGozc2POSnDT+WqZvuP3ncy/XL3g2l0tV1elk8X095NZv53xoBg== + dependencies: + "@babel/runtime" "^7.15.4" + "@types/reach__router" "^1.3.9" + prop-types "^15.7.2" + +gatsby-link@^3.14.0: version "3.14.0" resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.14.0.tgz#7269a5cb7f267a326fa30c718330e8e39f8685a6" integrity sha512-a7ZC6aQZ+dz6lhkW0nrg33zlFQq9DADvtl/wwk3W3GdTlseDNOC+iry11tLMEthisUQZ2H3SZGJyVeNuQkdFsw==