Skip to content

Commit ebe3e56

Browse files
chore(deps): bump axios from 1.6.8 to 1.7.2 (#978)
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.8...v1.7.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f4fab43 commit ebe3e56

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@types/node": "20.14.9",
77
"@types/ws": "8.5.10",
8-
"axios": "1.6.8",
8+
"axios": "1.7.2",
99
"axios-retry": "4.4.1",
1010
"reconnecting-websocket": "4.4.0",
1111
"ws": "8.17.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,10 @@ axios-retry@4.4.1:
471471
dependencies:
472472
is-retry-allowed "^2.2.0"
473473

474-
axios@1.6.8:
475-
version "1.6.8"
476-
resolved "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
477-
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
474+
axios@1.7.2:
475+
version "1.7.2"
476+
resolved "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
477+
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
478478
dependencies:
479479
follow-redirects "^1.15.6"
480480
form-data "^4.0.0"

0 commit comments

Comments
 (0)