chore(deps): bump axios from 1.6.0 to 1.8.2 in /frontend/server (#11732)

Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.8.2.
- [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.0...v1.8.2)

---
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] 2025-04-02 13:06:33 +00:00 committed by GitHub
parent 9605c08026
commit 556c98ae4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -8,7 +8,7 @@
"@aws-sdk/credential-providers": "^3.621.0",
"@google-cloud/storage": "^2.5.0",
"@kubernetes/client-node": "^0.12.1",
"axios": ">=1.6.0",
"axios": ">=1.8.2",
"crypto-js": "^3.1.8",
"express": "^4.21.0",
"gunzip-maybe": "^1.4.1",
@ -4056,11 +4056,12 @@
"integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug=="
},
"node_modules/axios": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.0",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"proxy-from-env": "^1.1.0"
}

View File

@ -5,7 +5,7 @@
"@aws-sdk/credential-providers": "^3.621.0",
"@google-cloud/storage": "^2.5.0",
"@kubernetes/client-node": "^0.12.1",
"axios": ">=1.6.0",
"axios": ">=1.8.2",
"crypto-js": "^3.1.8",
"express": "^4.21.0",
"gunzip-maybe": "^1.4.1",