Skip to content

Commit 67387d2

Browse files
Update dependency gatsby-link to v5
1 parent 135dcdb commit 67387d2

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
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.9",
4040
"@tryghost/helpers": "^1.1.75",
41-
"gatsby-link": "4.17.0",
41+
"gatsby-link": "5.3.1",
4242
"prop-types": "^15.6.2"
4343
},
4444
"peerDependencies": {

yarn.lock

Lines changed: 14 additions & 15 deletions
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.3.1:
3173+
version "4.3.1"
3174+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-4.3.1.tgz#62e10fde456dc1b8136117ef41542d87bfd7e708"
3175+
integrity sha512-KKNWjnqOPTsRJRHFUcyUGE7NW058tL54SiUJUqZiaeEuXDhglFR0kclXQdN50j1a+RCLa05X2x6XSeWYlzCung==
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.3.1:
3194+
version "5.3.1"
3195+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.3.1.tgz#29e3acf0b2737f4bc4083d9b2d9668340897a79b"
3196+
integrity sha512-yRcDJIx9k7VW6+LnFnJ8CSNRAibnYShA+HKo80WP8/fynaKcej9I0Q8EFKj0aSFit1xQM1JxXfaihLpzQK+y/g==
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.3.1"
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.3.1:
3203+
version "3.3.1"
3204+
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-3.3.1.tgz#97ba5402b1c06abdab46f1c1c5f7c6aa3ed17a79"
3205+
integrity sha512-367CFXRC1CqTnCTM0SkgNIE8WAkor7v/kcVyqqBKLDgfu04cqHEu4vN6ZBEudaI1yjigbbVJzCqAB0pHTlcrvg==
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.3.1"
32133212
glob "^7.2.3"
32143213
lodash "^4.17.21"
32153214
micromatch "^4.0.5"

0 commit comments

Comments
 (0)