From 0e0e94c01d2c790a7845d823c0c387e16c029087 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Dec 2024 13:55:12 +0200
Subject: [PATCH] chore(deps): bump axios from 1.7.7 to 1.7.9 in /docs/website
(#2661)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.7.9.
Release notes
Sourced from axios's
releases.
Release v1.7.9
Release notes:
Reverts
Contributors to this release
Release v1.7.8
Release notes:
Bug Fixes
- allow passing a callback as paramsSerializer to buildURL (#6680)
(eac4619)
- core: fixed config merging bug (#6668)
(5d99fe4)
- fixed width form to not shrink after 'Send Request' button is
clicked (#6644)
(7ccd5fd)
- http: add support for File objects as payload in
http adapter (#6588)
(#6605)
(6841d8d)
- http: fixed proxy-from-env module import (#5222)
(12b3295)
- http: use
globalThis.TextEncoder
when
available (#6634)
(df956d1)
- ios11 breaks when build (#6608)
(7638952)
- types: add missing types for mergeConfig function
(#6590)
(00de614)
- types: export CJS types from ESM (#6218)
(c71811b)
- updated stream aborted error message to be more clear (#6615)
(cc3217a)
- use URL API instead of DOM to fix a potential vulnerability warning;
(#6714)
(0a8d6e1)
Contributors to this release
Changelog
Sourced from axios's
changelog.
1.7.9
(2024-12-04)
Reverts
Contributors to this release
1.7.8
(2024-11-25)
Bug Fixes
- allow passing a callback as paramsSerializer to buildURL (#6680)
(eac4619)
- core: fixed config merging bug (#6668)
(5d99fe4)
- fixed width form to not shrink after 'Send Request' button is
clicked (#6644)
(7ccd5fd)
- http: add support for File objects as payload in
http adapter (#6588)
(#6605)
(6841d8d)
- http: fixed proxy-from-env module import (#5222)
(12b3295)
- http: use
globalThis.TextEncoder
when
available (#6634)
(df956d1)
- ios11 breaks when build (#6608)
(7638952)
- types: add missing types for mergeConfig function
(#6590)
(00de614)
- types: export CJS types from ESM (#6218)
(c71811b)
- updated stream aborted error message to be more clear (#6615)
(cc3217a)
- use URL API instead of DOM to fix a potential vulnerability warning;
(#6714)
(0a8d6e1)
Contributors to this release
Commits
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.7.7&new-version=1.7.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
docs/website/package.json | 2 +-
docs/website/pnpm-lock.yaml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/website/package.json b/docs/website/package.json
index 2c9f22e9a..9c21a8476 100644
--- a/docs/website/package.json
+++ b/docs/website/package.json
@@ -20,7 +20,7 @@
"@docusaurus/theme-common": "3.6.1",
"@mdx-js/react": "^3.0.1",
"@tanstack/react-query": "^5.60.5",
- "axios": "^1.7.7",
+ "axios": "^1.7.9",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
diff --git a/docs/website/pnpm-lock.yaml b/docs/website/pnpm-lock.yaml
index 6edd4cbbd..16698b0d3 100644
--- a/docs/website/pnpm-lock.yaml
+++ b/docs/website/pnpm-lock.yaml
@@ -24,8 +24,8 @@ importers:
specifier: ^5.60.5
version: 5.60.5(react@18.3.1)
axios:
- specifier: ^1.7.7
- version: 1.7.7
+ specifier: ^1.7.9
+ version: 1.7.9
clsx:
specifier: ^2.1.1
version: 2.1.1
@@ -2368,8 +2368,8 @@ packages:
peerDependencies:
postcss: ^8.1.0
- axios@1.7.7:
- resolution: {integrity: sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==}
+ axios@1.7.9:
+ resolution: {integrity: sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==}
babel-loader@9.2.1:
resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==}
@@ -9569,7 +9569,7 @@ snapshots:
postcss: 8.4.47
postcss-value-parser: 4.2.0
- axios@1.7.7:
+ axios@1.7.9:
dependencies:
follow-redirects: 1.15.9
form-data: 4.0.1