From 64bd2ede13b73975de8d7fa82bfb96571302bfd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 04:09:22 +0000 Subject: [PATCH] chore(deps): bump gatsby-link from 3.14.0 to 4.4.0 Bumps [gatsby-link](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-link) from 3.14.0 to 4.4.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.4.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 a903cede..551862d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11282,6 +11282,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", @@ -11462,9 +11472,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.4.0", + "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-4.4.0.tgz", + "integrity": "sha512-ElW1XwF7q6Acv1tKpMeTbRIwhFohIDu2N8fR4wBMLa5L0D559zYAPu11bqskBLZ+5fm99YVFVOB+Bxp8d9Wq7g==", "requires": { "@babel/runtime": "^7.15.4", "@types/reach__router": "^1.3.9", @@ -11472,9 +11482,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.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.5.tgz", + "integrity": "sha512-TXWihFIS3Pyv5hzR7j6ihmeLkZfrXGxAr5UfSl8CHf+6q/wpiYDkUau0czckpYG8QmnCIuPpdLtuA9VmuGGyMA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 3a26cb94..2abb076c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "fontsource-ubuntu": "^4.0.0", "gatsby": "^3.14.6", "gatsby-image": "3.11.0", - "gatsby-link": "3.14.0", + "gatsby-link": "4.4.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 f13c819f..cd813693 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6858,7 +6858,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.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.4.0.tgz#865a6464ef37f2dc1f0c8431c3317cbb0708ced1" + integrity sha512-ElW1XwF7q6Acv1tKpMeTbRIwhFohIDu2N8fR4wBMLa5L0D559zYAPu11bqskBLZ+5fm99YVFVOB+Bxp8d9Wq7g== + 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==