Bump axios from 1.7.7 to 1.8.2 in /web

Bumps [axios](https://github.com/axios/axios) from 1.7.7 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.7.7...v1.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-10 08:00:17 +00:00 committed by GitHub
parent 7686df3464
commit 3e06f69397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.4",
"axios": "^1.8.2",
"baklavajs": "^2.3.0",
"dompurify": "^3.2.4",
"feather-icons": "^4.29.2",
@ -1526,9 +1526,10 @@
}
},
"node_modules/axios": {
"version": "1.7.7",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
"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.6",
"form-data": "^4.0.0",

View File

@ -13,7 +13,7 @@
"dependencies": {
"@monaco-editor/loader": "^1.4.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.7.4",
"axios": "^1.8.2",
"baklavajs": "^2.3.0",
"dompurify": "^3.2.4",
"feather-icons": "^4.29.2",