Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit d09beee

Browse files
fix(deps): update dependency gatsby to v5.14.1 (#635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e5e1e4 commit d09beee

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
@@ -10,7 +10,7 @@
1010
"@emotion/styled": "11.14.0",
1111
"@mdx-js/mdx": "3.1.0",
1212
"@mdx-js/react": "3.1.0",
13-
"gatsby": "5.14.0",
13+
"gatsby": "5.14.1",
1414
"gatsby-plugin-catch-links": "5.14.0",
1515
"gatsby-plugin-emotion": "8.14.0",
1616
"gatsby-plugin-i18n-l10n": "5.7.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6816,10 +6816,10 @@ gatsby-legacy-polyfills@^3.14.0:
68166816
"@babel/runtime" "^7.20.13"
68176817
core-js-compat "3.31.0"
68186818

6819-
gatsby-link@^5.14.0:
6820-
version "5.14.0"
6821-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.14.0.tgz#15b731c6e1050c51f1ff443959d82b523cb61b0a"
6822-
integrity sha512-BJYTdZ23pObzan1BG/XlqsnlQgiQS54Ztm1CuYj9OPtORT4i9kBrNSaRrQZdsLHM9s2Ox+oBullzZSi6CU/CbQ==
6819+
gatsby-link@^5.14.1:
6820+
version "5.14.1"
6821+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.14.1.tgz#d2c852638fb8d12386440bea6b1cdd1b8cf0e829"
6822+
integrity sha512-yhQOu6qv5tIZrzyOyKGI14xO0u6p9hBJCd1mOOaGqoWzUKeFqVK1CwHBBdfiSOiGtkB6mwVixA/8XXkZU9Iaqw==
68236823
dependencies:
68246824
"@types/reach__router" "^1.3.10"
68256825
gatsby-page-utils "^3.14.0"
@@ -7113,10 +7113,10 @@ gatsby-worker@^2.14.0:
71137113
fs-extra "^11.2.0"
71147114
signal-exit "^3.0.7"
71157115

7116-
7117-
version "5.14.0"
7118-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.14.0.tgz#b3a9e0eef67adbcbbb594f5e5dc26e308fa7d404"
7119-
integrity sha512-VZZAN80FrcGLz0uOPK7Eww/tfGUQ26UuZOxiXFhcJgeO29lt8IPwSdNhAimyhbRDkvMNZu7Dz1+tO9PyvPZN4Q==
7116+
7117+
version "5.14.1"
7118+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.14.1.tgz#8d2babbe1d007dcfe10dacb2b6e8b677fbb13644"
7119+
integrity sha512-xumIbDl0bk/Het+9wDQETNSHtkobXaeUQTciwzbT42RW/zIoPkKTjNzdDrWOBzzpmR0RU/qEnLa0udDhzS01Ww==
71207120
dependencies:
71217121
"@babel/code-frame" "^7.18.6"
71227122
"@babel/core" "^7.20.12"
@@ -7203,7 +7203,7 @@ [email protected]:
72037203
gatsby-core-utils "^4.14.0"
72047204
gatsby-graphiql-explorer "^3.14.0"
72057205
gatsby-legacy-polyfills "^3.14.0"
7206-
gatsby-link "^5.14.0"
7206+
gatsby-link "^5.14.1"
72077207
gatsby-page-utils "^3.14.0"
72087208
gatsby-parcel-config "1.14.0"
72097209
gatsby-plugin-page-creator "^5.14.0"

0 commit comments

Comments
 (0)