Skip to content

Commit 59d463c

Browse files
Update dependency gatsby-link to v5
1 parent 6267cdf commit 59d463c

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

packages/helpers-gatsby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@gatsbyjs/reach-router": "1.3.9",
4040
"@tryghost/helpers": "^1.1.75",
41-
"gatsby-link": "4.17.0",
41+
"gatsby-link": "5.2.0",
4242
"prop-types": "^15.6.2"
4343
},
4444
"peerDependencies": {

yarn.lock

+14-15
Original file line numberDiff line numberDiff line change
@@ -3169,10 +3169,10 @@ functions-have-names@^1.2.2:
31693169
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
31703170
integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==
31713171

3172-
gatsby-core-utils@^3.24.0:
3173-
version "3.24.0"
3174-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.24.0.tgz#0e757bac28ad953a929046138403b3663b733cf7"
3175-
integrity sha512-P4tbcYOJ1DSYKRP4gIAR9Xta/d/AzjmsK2C6PzX7sNcGnviDKtAIoeV9sE0kNXOqBfUCez25zmAi2cq8NlaxKw==
3172+
gatsby-core-utils@^4.2.0:
3173+
version "4.2.0"
3174+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-4.2.0.tgz#68a55d730e1128c2958be518414dd5c48051294f"
3175+
integrity sha512-REU+clGHBrNnEBQzVZbVWLRhS059AdNx/843JzqXQO3XrMYkfZoWhL2apQ+ZJSOf6RO3jlSxfBtQ6ULelrvYvA==
31763176
dependencies:
31773177
"@babel/runtime" "^7.15.4"
31783178
ci-info "2.0.0"
@@ -3190,26 +3190,25 @@ gatsby-core-utils@^3.24.0:
31903190
tmp "^0.2.1"
31913191
xdg-basedir "^4.0.0"
31923192

3193-
gatsby-link@4.17.0:
3194-
version "4.17.0"
3195-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-4.17.0.tgz#cfccc7c8d702da9592a4c6172de03857af6e39fb"
3196-
integrity sha512-hDh+9OFMHNQ/5YdDdTcpSMB8xAYSP4OMkRuwmgPKH1jtOuov3pzwFAo19RR34CsOqzKd3LSQbCjIovOksjlAeA==
3193+
gatsby-link@5.2.0:
3194+
version "5.2.0"
3195+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.2.0.tgz#fe227e8978a7f71543bb044f8ee0a6296e7c06f6"
3196+
integrity sha512-yGJzZNi2+xMabEgRltE7S66z3ChfUR2D6adUev+W6rXiB81c7vpLWDuwG3LSrYGDKsU00k5htxf5GroDzDaIpg==
31973197
dependencies:
3198-
"@babel/runtime" "^7.15.4"
31993198
"@types/reach__router" "^1.3.10"
3200-
gatsby-page-utils "^2.17.0"
3199+
gatsby-page-utils "^3.2.0"
32013200
prop-types "^15.8.1"
32023201

3203-
gatsby-page-utils@^2.17.0:
3204-
version "2.24.1"
3205-
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-2.24.1.tgz#cb18569e20faf9195d6f37aadd79241c66b112c3"
3206-
integrity sha512-5PLXrSrMKpsBpUp8lDrKwbufQzUCIyWfz4eapQYUeLsnOFQ+lZkSWAbwrZQTRSzSR1N9TtU3qGLc9fQmCjveig==
3202+
gatsby-page-utils@^3.2.0:
3203+
version "3.2.0"
3204+
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-3.2.0.tgz#e4c36e8d3ced2392bf55ee796d3110b0277a579e"
3205+
integrity sha512-L8OmKqfHpDbuIfcMForF/oQCRES2XBNVVZ6TkO4ZLxeA4Ig0Uu99guqNjIXDViImN9kB6vilcPgUz0458GWZTg==
32073206
dependencies:
32083207
"@babel/runtime" "^7.15.4"
32093208
bluebird "^3.7.2"
32103209
chokidar "^3.5.3"
32113210
fs-exists-cached "^1.0.0"
3212-
gatsby-core-utils "^3.24.0"
3211+
gatsby-core-utils "^4.2.0"
32133212
glob "^7.2.3"
32143213
lodash "^4.17.21"
32153214
micromatch "^4.0.5"

0 commit comments

Comments
 (0)