Skip to content

Commit b2699fc

Browse files
Update dependency gatsby to v5.14.1 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0c85f0 commit b2699fc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@lekoarts/gatsby-theme-minimal-blog": "6.2.3",
1818
"@mkitio/gatsby-theme-password-protect": "2.1.2",
19-
"gatsby": "5.14.0",
19+
"gatsby": "5.14.1",
2020
"gatsby-plugin-google-gtag": "5.14.0",
2121
"gatsby-plugin-manifest": "5.14.0",
2222
"gatsby-plugin-offline": "6.14.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -7220,10 +7220,10 @@ gatsby-legacy-polyfills@^3.14.0:
72207220
"@babel/runtime" "^7.20.13"
72217221
core-js-compat "3.31.0"
72227222

7223-
gatsby-link@^5.14.0:
7224-
version "5.14.0"
7225-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.14.0.tgz#15b731c6e1050c51f1ff443959d82b523cb61b0a"
7226-
integrity sha512-BJYTdZ23pObzan1BG/XlqsnlQgiQS54Ztm1CuYj9OPtORT4i9kBrNSaRrQZdsLHM9s2Ox+oBullzZSi6CU/CbQ==
7223+
gatsby-link@^5.14.1:
7224+
version "5.14.1"
7225+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-5.14.1.tgz#d2c852638fb8d12386440bea6b1cdd1b8cf0e829"
7226+
integrity sha512-yhQOu6qv5tIZrzyOyKGI14xO0u6p9hBJCd1mOOaGqoWzUKeFqVK1CwHBBdfiSOiGtkB6mwVixA/8XXkZU9Iaqw==
72277227
dependencies:
72287228
"@types/reach__router" "^1.3.10"
72297229
gatsby-page-utils "^3.14.0"
@@ -7509,10 +7509,10 @@ gatsby-worker@^2.14.0:
75097509
fs-extra "^11.2.0"
75107510
signal-exit "^3.0.7"
75117511

7512-
7513-
version "5.14.0"
7514-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.14.0.tgz#b3a9e0eef67adbcbbb594f5e5dc26e308fa7d404"
7515-
integrity sha512-VZZAN80FrcGLz0uOPK7Eww/tfGUQ26UuZOxiXFhcJgeO29lt8IPwSdNhAimyhbRDkvMNZu7Dz1+tO9PyvPZN4Q==
7512+
7513+
version "5.14.1"
7514+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-5.14.1.tgz#8d2babbe1d007dcfe10dacb2b6e8b677fbb13644"
7515+
integrity sha512-xumIbDl0bk/Het+9wDQETNSHtkobXaeUQTciwzbT42RW/zIoPkKTjNzdDrWOBzzpmR0RU/qEnLa0udDhzS01Ww==
75167516
dependencies:
75177517
"@babel/code-frame" "^7.18.6"
75187518
"@babel/core" "^7.20.12"
@@ -7599,7 +7599,7 @@ [email protected]:
75997599
gatsby-core-utils "^4.14.0"
76007600
gatsby-graphiql-explorer "^3.14.0"
76017601
gatsby-legacy-polyfills "^3.14.0"
7602-
gatsby-link "^5.14.0"
7602+
gatsby-link "^5.14.1"
76037603
gatsby-page-utils "^3.14.0"
76047604
gatsby-parcel-config "1.14.0"
76057605
gatsby-plugin-page-creator "^5.14.0"

0 commit comments

Comments
 (0)