fix: update dependency gatsby to ^4.25.7 [security] - #187
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 16, 2026 08:52
8015268 to
bb1c072
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 16, 2026 15:47
bb1c072 to
535779f
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 16, 2026 20:33
535779f to
ea38d4e
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 23, 2026 16:13
ea38d4e to
ce9a682
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 23, 2026 18:11
ce9a682 to
2a6ae30
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
3 times, most recently
from
April 29, 2026 15:14
a3f5253 to
89a35f2
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 29, 2026 21:55
89a35f2 to
d167be7
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 30, 2026 14:54
d167be7 to
9f30e75
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
April 30, 2026 19:04
9f30e75 to
1209fdd
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
May 12, 2026 11:31
1209fdd to
cf4250f
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
May 12, 2026 16:28
cf4250f to
4ae32bd
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
May 14, 2026 18:04
4ae32bd to
eb942bc
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
May 28, 2026 18:13
ead48ce to
61f4fd9
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
May 28, 2026 22:58
61f4fd9 to
94d5e27
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
June 1, 2026 17:47
94d5e27 to
021650d
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
June 2, 2026 01:29
021650d to
f95a63f
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
June 11, 2026 15:50
f95a63f to
dd8fc74
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
June 12, 2026 00:53
dd8fc74 to
2f19457
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 12, 2026 17:01
2f19457 to
e7a660b
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 12, 2026 23:47
e7a660b to
e575479
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 16, 2026 19:09
e575479 to
c62a56a
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 17, 2026 09:45
c62a56a to
799f58e
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 21, 2026 02:40
799f58e to
efcbc28
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 21, 2026 06:38
efcbc28 to
e1dbb66
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
2 times, most recently
from
July 25, 2026 00:13
6f85d58 to
fd970ae
Compare
renovate
Bot
force-pushed
the
renovate/npm-gatsby-vulnerability
branch
from
July 30, 2026 18:31
fd970ae to
c5b61e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.0→^4.25.7Gatsby develop server has Local File Inclusion vulnerability
CVE-2023-34238 / GHSA-c6f8-8r25-c4gc
More information
Details
Impact
The Gatsby framework prior to versions 4.25.7 and 5.9.1 contain a Local File Inclusion vulnerability in the
__file-code-frameand__original-stack-framepaths, exposed when running the Gatsby develop server (gatsby develop).The following steps can be used to reproduce the vulnerability:
It should be noted that by default
gatsby developis only accessible via the localhost127.0.0.1, and one would need to intentionally expose the server to other interfaces to exploit this vulnerability by using server options such as--host 0.0.0.0,-H 0.0.0.0, or theGATSBY_HOST=0.0.0.0environment variable.Patches
A patch has been introduced in
gatsby@5.9.1andgatsby@4.25.7which mitigates the issue.Workarounds
As stated above, by default
gatsby developis only exposed to the localhost127.0.0.1. For those using the develop server in the default configuration no risk is posed. If other ranges are required, preventing the develop server from being exposed to untrusted interfaces or IP address ranges would mitigate the risk from this vulnerability.We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.
Credits
We would like to thank Maxwell Garrett of Assetnote for bringing the
__file-code-frameissue to our attention.For more information
Email us at security@gatsbyjs.com.
Severity
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
gatsbyjs/gatsby (gatsby)
v4.25.7Compare Source
v4.25.6Compare Source
v4.25.5Compare Source
v4.25.4Compare Source
v4.25.3Compare Source
v4.25.2Compare Source
v4.25.1Compare Source
v4.25.0Compare Source
v4.24.8Compare Source
v4.24.7Compare Source
v4.24.6Compare Source
v4.24.5Compare Source
v4.24.4Compare Source
v4.24.3Compare Source
v4.24.2Compare Source
v4.24.1Compare Source
v4.24.0: v4.24Compare Source
Welcome to
gatsby@4.24.0release (September 2022 #2)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.23.1Compare Source
v4.23.0: v4.23Compare Source
Welcome to
gatsby@4.23.0release (September 2022 #1)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.22.1Compare Source
v4.22.0: v4.22Compare Source
Welcome to
gatsby@4.22.0release (August 2022 #3)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.21.1Compare Source
v4.21.0: v4.21Compare Source
Welcome to
gatsby@4.21.0release (August 2022 #2)Key highlights of this release:
gatsby-plugin-mdxv4Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.20.0: v4.20Compare Source
Welcome to
gatsby@4.20.0release (August 2022 #1)Key highlights of this release:
sortand aggregation fields in Gatsby GraphQL SchemaBleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.19.2Compare Source
v4.19.1Compare Source
v4.19.0: v4.19Compare Source
Welcome to
gatsby@4.19.0release (July 2022 #2)Key highlights of this release:
react-helmetBleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.18.2Compare Source
v4.18.1Compare Source
v4.18.0: v4.18Compare Source
Welcome to
gatsby@4.18.0release (July 2022 #1)Key highlights of this release:
typesOutputPathoption for GraphQL Typegen - Configure the location of the generated TypeScript typesgatsby developBleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.17.2Compare Source
v4.17.1Compare Source
v4.17.0: v4.17Compare Source
Welcome to
gatsby@4.17.0release (June 2022 #2)Key highlights of this release:
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.16.0: v4.16Compare Source
Welcome to
gatsby@4.16.0release (June 2022 #1)Key highlights of this release:
useContentfulImagehookAlso check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.15.2Compare Source
v4.15.1Compare Source
v4.15.0: v4.15Compare Source
Welcome to
gatsby@4.15.0release (May 2022 #2)Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
[Full changelog][full-changelog]
v4.14.1Compare Source
v4.14.0: v4.14Compare Source
Welcome to
gatsby@4.14.0release (May 2022 #1)Key highlights of this release:
gatsby-source-drupal: Image CDN SupportAlso check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.13.1Compare Source
v4.13.0: v4.13Compare Source
Welcome to
gatsby@4.13.0release (April 2022 #2)Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.12.1Compare Source
v4.12.0: v4.12Compare Source
Welcome to
gatsby@4.12.0release (April 2022 #1)Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.11.3Compare Source
v4.11.2Compare Source
v4.11.1Compare Source
v4.11.0: v4.11Compare Source
Welcome to
gatsby@4.11.0release (March 2022 #3)Key highlights of this release:
gatsby-source-shopifyv7Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.10.3Compare Source
v4.10.2Compare Source
v4.10.1Compare Source
v4.10.0: v4.10Compare Source
Welcome to
gatsby@4.10.0release (March 2022 #2)Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.9.3Compare Source
v4.9.2Compare Source
v4.9.1Compare Source
v4.9.0: v4.9Compare Source
Welcome to
gatsby@4.9.0release (March 2022 #1)Key highlights of this release:
gatsby-configandgatsby-nodeAlso check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us know if you have any issues.Previous release notes
Full changelog
v4.8.2Compare Source
v4.8.1Compare Source
v4.8.0: v4.8Compare Source
Welcome to
gatsby@4.8.0release (February 2022 #2)Key highlights of this release:
gatsby-browserandgatsby-ssrgatsby-core-utilsandgatsby-plugin-utilsAlso check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.7.2Compare Source
v4.7.1Compare Source
v4.7.0: v4.7Compare Source
Welcome to
gatsby@4.7.0release (February 2022 #1)Key highlights of this release:
trailingSlashOption - Now built into the Framework itselfcreatePages- Speed improvements of at least 30%Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.6.2Compare Source
v4.6.1Compare Source
v4.6.0: v4.6Compare Source
Welcome to
gatsby@4.6.0release (January 2022 #2)Key highlights of this release:
gatsby-plugin-utilsAlso check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.5.5Compare Source
v4.5.4Compare Source
v4.5.3Compare Source
v4.5.2Compare Source
v4.5.1Compare Source
v4.5.0: v4.5Compare Source
Welcome to
gatsby@4.5.0release (January 2022 #1)Key highlights of this release:
getServerDatagatsby-recipesAlso check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
v4.4.0: v4.4Compare Source
Welcome to
gatsby@4.4.0release (December 2021 #1)Key highlights of this release:
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@nextand let us knowif you have any issues.
Previous release notes
Full changelog
Configuration
📅 Schedule: (in timezone GMT)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.