From 090995b13fa17c004c68e072115d989355a676e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 04:44:54 +0000 Subject: [PATCH] chore(deps): bump gatsby-link from 3.14.0 to 4.1.0 Bumps [gatsby-link](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-link) from 3.14.0 to 4.1.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@4.1.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 | 22 ++++++++++++++++------ package.json | 2 +- yarn.lock | 11 ++++++++++- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0caa0a7b..b6fe3724 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.1.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.1.0.tgz", + "integrity": "sha512-igOvc/ks6XNwT4vpwViC3n7KthP16XlKWejvIZA8yLKIwkOszcgV5/PYMTri8e2C2xpUAeutTreBWfmRFNcWtw==", "requires": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.9", @@ -12497,9 +12507,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.15.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", - "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", + "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 3bff8b9d..372fc203 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.1.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..cfec71cb 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.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.1.0.tgz#d2abe2c36c907cd897855226fbaa3a3b519bbc73" + integrity sha512-igOvc/ks6XNwT4vpwViC3n7KthP16XlKWejvIZA8yLKIwkOszcgV5/PYMTri8e2C2xpUAeutTreBWfmRFNcWtw== + 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==