Bump axios from 1.6.8 to 1.7.4 (#975)

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](https://github.com/axios/axios/compare/v1.6.8...v1.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-29 11:02:24 +00:00 committed by GitHub
parent 7fbd07316e
commit a9d8044633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@
"@vector-im/compound-design-tokens": "^1.3.0", "@vector-im/compound-design-tokens": "^1.3.0",
"@vector-im/compound-web": "^4.8.0", "@vector-im/compound-web": "^4.8.0",
"ajv": "^8.11.0", "ajv": "^8.11.0",
"axios": "^1.6.3", "axios": "^1.7.4",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.20.0", "express": "^4.20.0",
"figma-js": "^1.14.0", "figma-js": "^1.14.0",

View File

@ -2694,10 +2694,10 @@ axios@^0.27.2:
follow-redirects "^1.14.9" follow-redirects "^1.14.9"
form-data "^4.0.0" form-data "^4.0.0"
axios@^1.6.3: axios@^1.7.4:
version "1.6.8" version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66" resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ== integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
dependencies: dependencies:
follow-redirects "^1.15.6" follow-redirects "^1.15.6"
form-data "^4.0.0" form-data "^4.0.0"