-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump axios and gatsby in /site #258
Merged
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/site/multi-f575f2fa6a
Nov 19, 2024
Merged
chore(deps): bump axios and gatsby in /site #258
dependabot
merged 1 commit into
master
from
dependabot/npm_and_yarn/site/multi-f575f2fa6a
Nov 19, 2024
Conversation
This file contains 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
Bumps [axios](https://github.com/axios/axios) to 1.7.7 and updates ancestor dependency [gatsby](https://github.com/gatsbyjs/gatsby). These dependencies need to be updated together. Updates `axios` from 0.21.4 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v1.7.7) Updates `gatsby` from 5.13.7 to 5.14.0 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.14.0) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: gatsby dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Nov 19, 2024
@dependabot merge
…On Wed, 20 Nov 2024 at 10:11, dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/ajfisher/ajfisher.me/security/dependabot/101>
(moderate severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps axios <https://github.com/axios/axios> to 1.7.7 and updates
ancestor dependency gatsby <https://github.com/gatsbyjs/gatsby>. These
dependencies need to be updated together.
Updates axios from 0.21.4 to 1.7.7
Release notes
*Sourced from axios's releases <https://github.com/axios/axios/releases>.*
Release v1.7.7 Release notes: Bug Fixes
- *fetch:* fix stream handling in Safari by fallback to using a stream
reader instead of an async iterator; (#6584
<https://redirect.github.com/axios/axios/issues/6584>) (d198085
<axios/axios@d198085>
)
- *http:* fixed support for IPv6 literal strings in url (#5731
<https://redirect.github.com/axios/axios/issues/5731>) (364993f
<axios/axios@364993f>
)
Contributors to this release
- Rishi556 <https://github.com/Rishi556>
- Dmitriy Mozgovoy <https://github.com/DigitalBrainJS>
Release v1.7.6 Release notes: Bug Fixes
- *fetch:* fix content length calculation for FormData payload; (#6524
<https://redirect.github.com/axios/axios/issues/6524>) (085f568
<axios/axios@085f568>
)
- *fetch:* optimize signals composing logic; (#6582
<https://redirect.github.com/axios/axios/issues/6582>) (df9889b
<axios/axios@df9889b>
)
Contributors to this release
- Dmitriy Mozgovoy <https://github.com/DigitalBrainJS>
- Jacques Germishuys <https://github.com/jacquesg>
- kuroino721 <https://github.com/kuroino721>
Release v1.7.5 Release notes: Bug Fixes
- *adapter:* fix undefined reference to hasBrowserEnv (#6572
<https://redirect.github.com/axios/axios/issues/6572>) (7004707
<axios/axios@7004707>
)
- *core:* add the missed implementation of AxiosError#status property;
(#6573 <https://redirect.github.com/axios/axios/issues/6573>) (6700a8a
<axios/axios@6700a8a>
)
- *core:* fix ReferenceError: navigator is not defined for custom
environments; (#6567
<https://redirect.github.com/axios/axios/issues/6567>) (fed1a4b
<axios/axios@fed1a4b>
)
- *fetch:* fix credentials handling in Cloudflare workers (#6533
<https://redirect.github.com/axios/axios/issues/6533>) (550d885
<axios/axios@550d885>
)
Contributors to this release
- Dmitriy Mozgovoy <https://github.com/DigitalBrainJS>
- Antonin Bas <https://github.com/antoninbas>
- Hans Otto Wirtz <https://github.com/hansottowirtz>
Release v1.7.4 Release notes: Bug Fixes
- *sec:* CVE-2024-39338
<https://github.com/advisories/GHSA-8hc4-vh64-cxmj> (#6539
<https://redirect.github.com/axios/axios/issues/6539>) (#6543
<https://redirect.github.com/axios/axios/issues/6543>) (6b6b605
<axios/axios@6b6b605>
)
- *sec:* disregard protocol-relative URL to remediate SSRF (#6539
<https://redirect.github.com/axios/axios/issues/6539>) (07a661a
<axios/axios@07a661a>
)
Contributors to this release
- Lev Pachmanov <https://github.com/levpachmanov>
... (truncated)
Changelog
*Sourced from axios's changelog
<https://github.com/axios/axios/blob/v1.x/CHANGELOG.md>.*
1.7.7 <axios/axios@v1.7.6...v1.7.7>
(2024-08-31) Bug Fixes
- *fetch:* fix stream handling in Safari by fallback to using a stream
reader instead of an async iterator; (#6584
<https://redirect.github.com/axios/axios/issues/6584>) (d198085
<axios/axios@d198085>
)
- *http:* fixed support for IPv6 literal strings in url (#5731
<https://redirect.github.com/axios/axios/issues/5731>) (364993f
<axios/axios@364993f>
)
Contributors to this release
- Rishi556 <https://github.com/Rishi556>
- Dmitriy Mozgovoy <https://github.com/DigitalBrainJS>
1.7.6 <axios/axios@v1.7.5...v1.7.6>
(2024-08-30) Bug Fixes
- *fetch:* fix content length calculation for FormData payload; (#6524
<https://redirect.github.com/axios/axios/issues/6524>) (085f568
<axios/axios@085f568>
)
- *fetch:* optimize signals composing logic; (#6582
<https://redirect.github.com/axios/axios/issues/6582>) (df9889b
<axios/axios@df9889b>
)
Contributors to this release
- Dmitriy Mozgovoy <https://github.com/DigitalBrainJS>
- Jacques Germishuys <https://github.com/jacquesg>
- kuroino721 <https://github.com/kuroino721>
1.7.5 <axios/axios@v1.7.4...v1.7.5>
(2024-08-23) Bug Fixes
- *adapter:* fix undefined reference to hasBrowserEnv (#6572
<https://redirect.github.com/axios/axios/issues/6572>) (7004707
<axios/axios@7004707>
)
- *core:* add the missed implementation of AxiosError#status property;
(#6573 <https://redirect.github.com/axios/axios/issues/6573>) (6700a8a
<axios/axios@6700a8a>
)
- *core:* fix ReferenceError: navigator is not defined for custom
environments; (#6567
<https://redirect.github.com/axios/axios/issues/6567>) (fed1a4b
<axios/axios@fed1a4b>
)
- *fetch:* fix credentials handling in Cloudflare workers (#6533
<https://redirect.github.com/axios/axios/issues/6533>) (550d885
<axios/axios@550d885>
)
Contributors to this release
- Dmitriy Mozgovoy <https://github.com/DigitalBrainJS>
- Antonin Bas <https://github.com/antoninbas>
- Hans Otto Wirtz <https://github.com/hansottowirtz>
1.7.4 <axios/axios@v1.7.3...v1.7.4>
(2024-08-13) Bug Fixes
- *sec:* CVE-2024-39338
<https://github.com/advisories/GHSA-8hc4-vh64-cxmj> (#6539
<https://redirect.github.com/axios/axios/issues/6539>) (#6543
<https://redirect.github.com/axios/axios/issues/6543>) (6b6b605
<axios/axios@6b6b605>
)
- *sec:* disregard protocol-relative URL to remediate SSRF (#6539
<https://redirect.github.com/axios/axios/issues/6539>) (07a661a
<axios/axios@07a661a>
)
... (truncated)
Commits
- 5b8a826
<axios/axios@5b8a826>
chore(release): v1.7.7 (#6585
<https://redirect.github.com/axios/axios/issues/6585>)
- 364993f
<axios/axios@364993f>
fix(http): fixed support for IPv6 literal strings in url (#5731
<https://redirect.github.com/axios/axios/issues/5731>)
- d198085
<axios/axios@d198085>
fix(fetch): fix stream handling in Safari by fallback to using a stream
reade...
- d584fcf
<axios/axios@d584fcf>
chore(release): v1.7.6 (#6583
<https://redirect.github.com/axios/axios/issues/6583>)
- bc03c6c
<axios/axios@bc03c6c>
chore(examples): fix module import (#6575
<https://redirect.github.com/axios/axios/issues/6575>)
- df9889b
<axios/axios@df9889b>
fix(fetch): optimize signals composing logic; (#6582
<https://redirect.github.com/axios/axios/issues/6582>)
- ee208cf
<axios/axios@ee208cf>
chore(sponsor): update sponsor block (#6576
<https://redirect.github.com/axios/axios/issues/6576>)
- 085f568
<axios/axios@085f568>
fix(fetch): fix content length calculation for FormData payload; (#6524
<https://redirect.github.com/axios/axios/issues/6524>)
- 59cd6b0
<axios/axios@59cd6b0>
chore(release): v1.7.5 (#6574
<https://redirect.github.com/axios/axios/issues/6574>)
- 6700a8a
<axios/axios@6700a8a>
fix(core): add the missed implementation of AxiosError#status property; (
#6573 <https://redirect.github.com/axios/axios/issues/6573>)
- Additional commits viewable in compare view
<axios/axios@v0.21.4...v1.7.7>
Updates gatsby from 5.13.7 to 5.14.0
Release notes
*Sourced from gatsby's releases
<https://github.com/gatsbyjs/gatsby/releases>.*
v5.14.0
This release focused on performance improvements and security fixes.
What's Changed
- minor docs improvements: gatsbyjs/gatsby#38816
<https://redirect.github.com/gatsbyjs/gatsby/pull/38816>,
gatsbyjs/gatsby#39052
<https://redirect.github.com/gatsbyjs/gatsby/pull/39052>,
gatsbyjs/gatsby#39133
<https://redirect.github.com/gatsbyjs/gatsby/pull/39133>,
gatsbyjs/gatsby#39060
<https://redirect.github.com/gatsbyjs/gatsby/pull/39060>
- security fixes:
- bump gh-pages: gatsbyjs/gatsby#39089
<https://redirect.github.com/gatsbyjs/gatsby/pull/39089>
- bump underscore: gatsbyjs/gatsby#39092
<https://redirect.github.com/gatsbyjs/gatsby/pull/39092>
- bump thenify: gatsbyjs/gatsby#39095
<https://redirect.github.com/gatsbyjs/gatsby/pull/39095>
- bump axios: gatsbyjs/gatsby#39101
<https://redirect.github.com/gatsbyjs/gatsby/pull/39101>
gatsbyjs/gatsby#39118
<https://redirect.github.com/gatsbyjs/gatsby/pull/39118>
- bump ejs: gatsbyjs/gatsby#39093
<https://redirect.github.com/gatsbyjs/gatsby/pull/39093>
- bump set-getter: gatsbyjs/gatsby#39091
<https://redirect.github.com/gatsbyjs/gatsby/pull/39091>
- bump express: gatsbyjs/gatsby#39099
<https://redirect.github.com/gatsbyjs/gatsby/pull/39099>
- bump express: gatsbyjs/gatsby#39098
<https://redirect.github.com/gatsbyjs/gatsby/pull/39098>
- bump css-what: gatsbyjs/gatsby#39107
<https://redirect.github.com/gatsbyjs/gatsby/pull/39107>
- bump rollup: gatsbyjs/gatsby#39112
<https://redirect.github.com/gatsbyjs/gatsby/pull/39112>
gatsbyjs/gatsby#39115
<https://redirect.github.com/gatsbyjs/gatsby/pull/39115>
- bump body-parser: gatsbyjs/gatsby#39097
<https://redirect.github.com/gatsbyjs/gatsby/pull/39097>
gatsbyjs/gatsby#39132
<https://redirect.github.com/gatsbyjs/gatsby/pull/39132>
- bump webpack-dev-middleware: gatsbyjs/gatsby#39106
<https://redirect.github.com/gatsbyjs/gatsby/pull/39106>
- bump path-to-regexp: gatsbyjs/gatsby#39096
<https://redirect.github.com/gatsbyjs/gatsby/pull/39096>
- [gatsby, create-gatsby, gatsby-cli, gatsby-dev-cli,
gatsby-plugin-gatsby-cloud, gatsby-plugin-page-creator] perf: disable
telemetry reporting gatsbyjs/gatsby#39137
<https://redirect.github.com/gatsbyjs/gatsby/pull/39137>
See full release notes
<https://www.gatsbyjs.com/docs/reference/release-notes/v5.14/>
Commits
- 5397fbf
<gatsbyjs/gatsby@5397fbf>
chore(release): Publish
- 0f8b101
<gatsbyjs/gatsby@0f8b101>
fix(deps): update minor and patch dependencies for gatsby-source-drupal (
#39126 <https://redirect.github.com/gatsbyjs/gatsby/issues/39126>)
- 3a866b2
<gatsbyjs/gatsby@3a866b2>
chore(deps): update dependency gatsby-cypress to ^3.13.1 (#38837
<https://redirect.github.com/gatsbyjs/gatsby/issues/38837>)
- f503db4
<gatsbyjs/gatsby@f503db4>
fix(docs): Update GitLab Pages docs link (#39060
<https://redirect.github.com/gatsbyjs/gatsby/issues/39060>)
- 89e3776
<gatsbyjs/gatsby@89e3776>
chore(changelogs): update changelogs (#39145
<https://redirect.github.com/gatsbyjs/gatsby/issues/39145>)
- 1b1720b
<gatsbyjs/gatsby@1b1720b>
chore: disable telemetry (#39137
<https://redirect.github.com/gatsbyjs/gatsby/issues/39137>)
- 41d8aef
<gatsbyjs/gatsby@41d8aef>
perf: don't load all shopify nodes into memory at once and avoid creating
man...
- 67668c9
<gatsbyjs/gatsby@67668c9>
chore(deps): bump path-to-regexp from 0.1.7 to 0.1.10 (#39096
<https://redirect.github.com/gatsbyjs/gatsby/issues/39096>)
- a55d755
<gatsbyjs/gatsby@a55d755>
fix(deps): update dependency axios to ^1.7.7 for gatsby-source-lever (
#39118 <https://redirect.github.com/gatsbyjs/gatsby/issues/39118>)
- e0c32ff
<gatsbyjs/gatsby@e0c32ff>
chore(deps): bump webpack-dev-middleware from 4.3.0 to 5.3.4 (#39106
<https://redirect.github.com/gatsbyjs/gatsby/issues/39106>)
- Additional commits viewable in compare view
***@***@***.***>
Maintainer changes
This version was pushed to npm by serhalp-netlify
<https://www.npmjs.com/~serhalp-netlify>, a new releaser for gatsby since
your current version.
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/ajfisher/ajfisher.me/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#258
Commit Summary
- 7d7055e
<7d7055e>
chore(deps): bump axios and gatsby in /site
File Changes
(2 files <https://github.com/ajfisher/ajfisher.me/pull/258/files>)
- *M* site/package-lock.json
<https://github.com/ajfisher/ajfisher.me/pull/258/files#diff-a365efb0d01e9fa4c13b70f76dd08eecbdaeecfa4e017b68471dd21c35b8866f>
(659)
- *M* site/package.json
<https://github.com/ajfisher/ajfisher.me/pull/258/files#diff-35f15d66f9b39b506a11ac9b5c6b9a80e11b41bfd56832ab130372902258ccf7>
(2)
Patch Links:
- https://github.com/ajfisher/ajfisher.me/pull/258.patch
- https://github.com/ajfisher/ajfisher.me/pull/258.diff
—
Reply to this email directly, view it on GitHub
<#258>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5DIYFLQ4LJWRUVWRKS232BPATLAVCNFSM6AAAAABSDIJE3SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TGOBSGY3TONA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/npm_and_yarn/site/multi-f575f2fa6a
branch
November 19, 2024 23:18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps axios to 1.7.7 and updates ancestor dependency gatsby. These dependencies need to be updated together.
Updates
axios
from 0.21.4 to 1.7.7Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
gatsby
from 5.13.7 to 5.14.0Release notes
Sourced from gatsby's releases.
Commits
5397fbf
chore(release): Publish0f8b101
fix(deps): update minor and patch dependencies for gatsby-source-drupal (#39126)3a866b2
chore(deps): update dependency gatsby-cypress to ^3.13.1 (#38837)f503db4
fix(docs): Update GitLab Pages docs link (#39060)89e3776
chore(changelogs): update changelogs (#39145)1b1720b
chore: disable telemetry (#39137)41d8aef
perf: don't load all shopify nodes into memory at once and avoid creating man...67668c9
chore(deps): bump path-to-regexp from 0.1.7 to 0.1.10 (#39096)a55d755
fix(deps): update dependency axios to ^1.7.7 for gatsby-source-lever (#39118)e0c32ff
chore(deps): bump webpack-dev-middleware from 4.3.0 to 5.3.4 (#39106)Maintainer changes
This version was pushed to npm by serhalp-netlify, a new releaser for gatsby since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will merge this PR once CI passes on it, as requested by @ajfisher.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.