Skip to content

Commit 7e8d6cf

Browse files
Bump axios from 1.10.0 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c90add4 commit 7e8d6cf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/platform-express": "^10.4.9",
3535
"@nestjs/swagger": "^7.0.1",
3636
"@nestjs/terminus": "^10.0.0",
37-
"axios": "^1.7.4",
37+
"axios": "^1.12.0",
3838
"body-parser": "^1.20.3",
3939
"cookie-parser": "^1.4.6",
4040
"helmet": "^7.0.0",

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/nodemailer": "^6.4.17",
5555
"@types/pdf-parse": "^1.1.5",
5656
"aws-sdk": "^2.1692.0",
57-
"axios": "^1.7.4",
57+
"axios": "^1.12.0",
5858
"bottleneck": "^2.19.5",
5959
"bullmq": "^5.21.1",
6060
"chardet": "^2.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5793,13 +5793,13 @@ axe-core@^4.10.0:
57935793
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
57945794
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
57955795

5796-
axios@^1.7.4:
5797-
version "1.10.0"
5798-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
5799-
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
5796+
axios@^1.12.0:
5797+
version "1.12.0"
5798+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
5799+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
58005800
dependencies:
58015801
follow-redirects "^1.15.6"
5802-
form-data "^4.0.0"
5802+
form-data "^4.0.4"
58035803
proxy-from-env "^1.1.0"
58045804

58055805
axios@^1.8.2:

0 commit comments

Comments
 (0)