Skip to content

Commit be93063

Browse files
chore(deps-dev): bump axios from 0.28.0 to 1.7.7
Bumps [axios](https://github.com/axios/axios) from 0.28.0 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.28.0...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5cdddc9 commit be93063

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"@types/url-parse": "^1.4.8",
191191
"@typescript-eslint/eslint-plugin": "^7.4.0",
192192
"@typescript-eslint/parser": "^7.4.0",
193-
"axios": "0.28.0",
193+
"axios": "1.7.7",
194194
"babel-jest": "^29.7.0",
195195
"babel-loader": "^9.1.3",
196196
"babel-plugin-transform-remove-console": "^6.9.4",

yarn.lock

+5-14
Original file line numberDiff line numberDiff line change
@@ -5300,19 +5300,10 @@ axe-core@=4.7.0:
53005300
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
53015301
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
53025302

5303-
5304-
version "0.28.0"
5305-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
5306-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
5307-
dependencies:
5308-
follow-redirects "^1.15.0"
5309-
form-data "^4.0.0"
5310-
proxy-from-env "^1.1.0"
5311-
5312-
axios@^1.6.2:
5313-
version "1.6.8"
5314-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
5315-
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
5303+
[email protected], axios@^1.6.2:
5304+
version "1.7.7"
5305+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
5306+
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
53165307
dependencies:
53175308
follow-redirects "^1.15.6"
53185309
form-data "^4.0.0"
@@ -8047,7 +8038,7 @@ flow-parser@^0.206.0:
80478038
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.206.0.tgz#f4f794f8026535278393308e01ea72f31000bfef"
80488039
integrity sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==
80498040

8050-
follow-redirects@^1.15.0, follow-redirects@^1.15.6:
8041+
follow-redirects@^1.15.6:
80518042
version "1.15.6"
80528043
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
80538044
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)