Skip to content

Commit 2e5e10b

Browse files
committed
Update dependency gatsby-link to v4.16.0
1 parent 42f30f6 commit 2e5e10b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

packages/helpers-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@gatsbyjs/reach-router": "1.3.7",
4040
"@tryghost/helpers": "^1.1.71",
41-
"gatsby-link": "4.15.0",
41+
"gatsby-link": "4.16.0",
4242
"prop-types": "^15.6.2"
4343
},
4444
"peerDependencies": {

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,10 +2624,10 @@ functions-have-names@^1.2.2:
26242624
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.2.tgz#98d93991c39da9361f8e50b337c4f6e41f120e21"
26252625
integrity sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==
26262626

2627-
gatsby-core-utils@^3.15.0:
2628-
version "3.15.0"
2629-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.15.0.tgz#1fb6611765250c187dd6d36c2812a5b0c50204ae"
2630-
integrity sha512-aLNrH3gGUIeD9XGk3z/27N5qaVx7y3AAgs/Vu6PJm69t25kTwuOHKNzhlnHkIZypznZkkVeN7QbHBkIKam/ZIQ==
2627+
gatsby-core-utils@^3.16.0:
2628+
version "3.16.0"
2629+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.16.0.tgz#055e250614221b77168d0ca507a56a87d2cdbf35"
2630+
integrity sha512-cr3aIlzfzQkXSKng0dfAkg+v+Q0WOFJ1CCpM6HFvMykYtw5vSdaLxs6gwNmtPowG1wmCHkQ+pcyqppP+IdmVsg==
26312631
dependencies:
26322632
"@babel/runtime" "^7.15.4"
26332633
ci-info "2.0.0"
@@ -2645,26 +2645,26 @@ gatsby-core-utils@^3.15.0:
26452645
tmp "^0.2.1"
26462646
xdg-basedir "^4.0.0"
26472647

2648-
gatsby-link@4.15.0:
2649-
version "4.15.0"
2650-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.15.0.tgz#7c237e5ba28f21708516deba30c8863458d9f734"
2651-
integrity sha512-46kP4he6dRGDL78SKTY3uWH8glPr2QuVY9v/4RreC6I3LZqI5Wr3F1kyR/LvLXMcXhszCuNJ4lPIOOltBTeX4Q==
2648+
gatsby-link@4.16.0:
2649+
version "4.16.0"
2650+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.16.0.tgz#cfab380f15f2105de78c3e826153d96d5dd1f8ec"
2651+
integrity sha512-CuWV3BFZsIYKChsaRoGbTWn2VhPKRJ8d9rM8QbCpYdNNBdvZFADUeHpQaIX9g9hB9ZoSMFKp5MbMVcWGi50f8w==
26522652
dependencies:
26532653
"@babel/runtime" "^7.15.4"
26542654
"@types/reach__router" "^1.3.10"
2655-
gatsby-page-utils "^2.15.0"
2655+
gatsby-page-utils "^2.16.0"
26562656
prop-types "^15.8.1"
26572657

2658-
gatsby-page-utils@^2.15.0:
2659-
version "2.15.0"
2660-
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.15.0.tgz#f03b5f283cc70e66ecd48d04bbe6e75b5841bee9"
2661-
integrity sha512-icy/+uRQH94qLlqO2jlRkYFtttWHpQp+LYrtxuLGyLMOa6hPb6dEoVdKet3vGqq0ahmHPJmU7oQgSLs9w6Flog==
2658+
gatsby-page-utils@^2.16.0:
2659+
version "2.16.0"
2660+
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.16.0.tgz#4a88bf994d46b898b5fe05a29fae6684e831cd99"
2661+
integrity sha512-XMI3xEBVp0CuOHbTtDnpt6sAC7MaY30u+TVPTJZ/z7hhJtqvTuxo1UbUxfeziZ8Dg1O/Uc4PuawaVkSx15imCg==
26622662
dependencies:
26632663
"@babel/runtime" "^7.15.4"
26642664
bluebird "^3.7.2"
26652665
chokidar "^3.5.2"
26662666
fs-exists-cached "^1.0.0"
2667-
gatsby-core-utils "^3.15.0"
2667+
gatsby-core-utils "^3.16.0"
26682668
glob "^7.2.3"
26692669
lodash "^4.17.21"
26702670
micromatch "^4.0.5"

0 commit comments

Comments
 (0)