Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2430894

Browse files
Bump gatsby-link from 3.12.0 to 3.14.0
Bumps [gatsby-link](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-link) from 3.12.0 to 3.14.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/[email protected]/packages/gatsby-link) --- updated-dependencies: - dependency-name: gatsby-link dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98aaeff commit 2430894

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@reach/router": "^1.1.1",
99
"gatsby": "^3.12.1",
1010
"gatsby-cli": "^3.11.0",
11-
"gatsby-link": "^3.11.0",
11+
"gatsby-link": "^3.14.0",
1212
"gatsby-plugin-algolia-docsearch": "^1.0.5",
1313
"gatsby-plugin-csp": "^1.1.3",
1414
"gatsby-plugin-google-analytics": "^3.11.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,10 +1006,10 @@
10061006
dependencies:
10071007
regenerator-runtime "^0.13.4"
10081008

1009-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.14.8", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1010-
version "7.15.3"
1011-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.3.tgz#2e1c2880ca118e5b2f9988322bd8a7656a32502b"
1012-
integrity sha512-OvwMLqNXkCXSz1kSm58sEsNuhqOx/fKpnUnKnFB5v8uDda5bLNEHNgKPvhDN6IU0LDcnHQ90LlJ0Q6jnyBSIBA==
1009+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.14.8", "@babel/runtime@^7.15.4", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1010+
version "7.15.4"
1011+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
1012+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
10131013
dependencies:
10141014
regenerator-runtime "^0.13.4"
10151015

@@ -5993,12 +5993,12 @@ gatsby-legacy-polyfills@^1.12.0:
59935993
dependencies:
59945994
core-js-compat "3.9.0"
59955995

5996-
gatsby-link@^3.11.0, gatsby-link@^3.12.0:
5997-
version "3.12.0"
5998-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.12.0.tgz#19b6fa76e5a6ed1bc1b5dc44dccb384c35beb33a"
5999-
integrity sha512-rtTcM9lEDE9nrKFqL110fqlBJUvqEwjmZmWSDFTiSjqVk6GpVDkegaWhepqg4bwgbobXYtoJ/f/sEq5RRiMU4A==
5996+
gatsby-link@^3.12.0, gatsby-link@^3.14.0:
5997+
version "3.14.0"
5998+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.14.0.tgz#7269a5cb7f267a326fa30c718330e8e39f8685a6"
5999+
integrity sha512-a7ZC6aQZ+dz6lhkW0nrg33zlFQq9DADvtl/wwk3W3GdTlseDNOC+iry11tLMEthisUQZ2H3SZGJyVeNuQkdFsw==
60006000
dependencies:
6001-
"@babel/runtime" "^7.14.8"
6001+
"@babel/runtime" "^7.15.4"
60026002
"@types/reach__router" "^1.3.9"
60036003
prop-types "^15.7.2"
60046004

0 commit comments

Comments
 (0)