Skip to content

Commit

Permalink
fix(deps): update dependency gatsby to v5.14.1 (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent a062d38 commit 43c40c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"dependencies": {
"dotenv": "16.4.7",
"gatsby": "5.14.0",
"gatsby": "5.14.1",
"gatsby-image": "3.11.0",
"gatsby-plugin-config": "1.0.7",
"gatsby-plugin-manifest": "5.14.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9696,10 +9696,10 @@ gatsby-legacy-polyfills@^3.14.0:
"@babel/runtime" "^7.20.13"
core-js-compat "3.31.0"

gatsby-link@^5.14.0:
version "5.14.0"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.14.0.tgz#15b731c6e1050c51f1ff443959d82b523cb61b0a"
integrity sha512-BJYTdZ23pObzan1BG/XlqsnlQgiQS54Ztm1CuYj9OPtORT4i9kBrNSaRrQZdsLHM9s2Ox+oBullzZSi6CU/CbQ==
gatsby-link@^5.14.1:
version "5.14.1"
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.14.1.tgz#d2c852638fb8d12386440bea6b1cdd1b8cf0e829"
integrity sha512-yhQOu6qv5tIZrzyOyKGI14xO0u6p9hBJCd1mOOaGqoWzUKeFqVK1CwHBBdfiSOiGtkB6mwVixA/8XXkZU9Iaqw==
dependencies:
"@types/reach__router" "^1.3.10"
gatsby-page-utils "^3.14.0"
Expand Down Expand Up @@ -9938,10 +9938,10 @@ gatsby-worker@^2.14.0:
fs-extra "^11.2.0"
signal-exit "^3.0.7"

gatsby@5.14.0:
version "5.14.0"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.14.0.tgz#b3a9e0eef67adbcbbb594f5e5dc26e308fa7d404"
integrity sha512-VZZAN80FrcGLz0uOPK7Eww/tfGUQ26UuZOxiXFhcJgeO29lt8IPwSdNhAimyhbRDkvMNZu7Dz1+tO9PyvPZN4Q==
gatsby@5.14.1:
version "5.14.1"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.14.1.tgz#8d2babbe1d007dcfe10dacb2b6e8b677fbb13644"
integrity sha512-xumIbDl0bk/Het+9wDQETNSHtkobXaeUQTciwzbT42RW/zIoPkKTjNzdDrWOBzzpmR0RU/qEnLa0udDhzS01Ww==
dependencies:
"@babel/code-frame" "^7.18.6"
"@babel/core" "^7.20.12"
Expand Down Expand Up @@ -10028,7 +10028,7 @@ gatsby@5.14.0:
gatsby-core-utils "^4.14.0"
gatsby-graphiql-explorer "^3.14.0"
gatsby-legacy-polyfills "^3.14.0"
gatsby-link "^5.14.0"
gatsby-link "^5.14.1"
gatsby-page-utils "^3.14.0"
gatsby-parcel-config "1.14.0"
gatsby-plugin-page-creator "^5.14.0"
Expand Down

0 comments on commit 43c40c7

Please sign in to comment.