Skip to content

Commit

Permalink
Bump axios from 1.6.8 to 1.7.4
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.4.
- [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.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent a69e122 commit 1e00a44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cvat-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"jest-junit": "^6.4.0"
},
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.7.4",
"axios-retry": "^4.0.0",
"cvat-data": "link:./../cvat-data",
"detect-browser": "^5.2.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3400,10 +3400,10 @@ axios-retry@^4.0.0:
dependencies:
is-retry-allowed "^2.2.0"

axios@^1.6.0:
version "1.6.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
axios@^1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down Expand Up @@ -4418,7 +4418,7 @@ custom-error-instance@2.1.1:
three "^0.156.1"

"cvat-canvas@link:./cvat-canvas":
version "2.20.6"
version "2.20.8"
dependencies:
"@types/polylabel" "^1.0.5"
polylabel "^1.1.0"
Expand All @@ -4429,9 +4429,9 @@ custom-error-instance@2.1.1:
svg.select.js "3.0.1"

"cvat-core@link:./cvat-core":
version "15.1.0"
version "15.1.1"
dependencies:
axios "^1.6.0"
axios "^1.7.4"
axios-retry "^4.0.0"
cvat-data "link:./cvat-data"
detect-browser "^5.2.1"
Expand Down

0 comments on commit 1e00a44

Please sign in to comment.