mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-06-28 03:41:19 +00:00
Pull request 2631: ADG-12066 update axios
Squashed commit of the following:
commit 85f02d0d9b5fcca959ad7366c1f6749ffad0f7c3
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Tue Apr 14 13:55:06 2026 +0300
all: log changes
commit 184ca18731c3d9c6822188ba55eb9a29df872b9c
Author: Ildar Kamalov <ik@adguard.com>
Date: Tue Apr 14 12:24:08 2026 +0300
ADG-12066 update axios
This commit is contained in:
parent
8b4ce596d3
commit
be704e7fef
3 changed files with 1949 additions and 4893 deletions
|
|
@ -20,9 +20,12 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
|||
|
||||
### Security
|
||||
|
||||
- Frontend libraries has been updated to prevent the possibility of exploiting the vulnerability described in [CVE-2026-40175][cve-2026-40175].
|
||||
|
||||
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.2][go-1.26.2].
|
||||
|
||||
[go-1.26.2]: https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU
|
||||
[cve-2026-40175]: https://nvd.nist.gov/vuln/detail/CVE-2026-40175
|
||||
[go-1.26.2]: https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
6832
client/package-lock.json
generated
vendored
6832
client/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
5
client/package.json
vendored
5
client/package.json
vendored
|
|
@ -21,7 +21,7 @@
|
|||
"type": "module",
|
||||
"dependencies": {
|
||||
"@nivo/line": "^0.64.0",
|
||||
"axios": "^0.21.1",
|
||||
"axios": "1.15.0",
|
||||
"classnames": "^2.5.1",
|
||||
"clsx": "^2.1.1",
|
||||
"countries-and-timezones": "^3.6.0",
|
||||
|
|
@ -52,9 +52,8 @@
|
|||
"redux": "^4.0.5",
|
||||
"redux-actions": "^2.6.5",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"ts-migrate": "^0.1.35",
|
||||
"url-polyfill": "^1.1.12",
|
||||
"yaml": "2.8.1"
|
||||
"yaml": "2.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue