Skip to content

Commit a6c9fb0

Browse files
Bump axios from 1.13.2 to 1.15.0
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.2...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8cd5f9 commit a6c9fb0

10 files changed

Lines changed: 1109 additions & 88 deletions

File tree

api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nestjs/platform-fastify": "^11.0.11",
1414
"@nestjs/swagger": "^11.0.6",
1515
"async-mutex": "^0.4.0",
16-
"axios": "^1.8.3",
16+
"axios": "^1.15.0",
1717
"class-transformer": "^0.5.1",
1818
"class-validator": "^0.14.0",
1919
"dotenv": "^16.0.0",

auth-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@nestjs/common": "^11.0.11",
1919
"@nestjs/core": "^11.0.11",
2020
"@nestjs/microservices": "^11.0.11",
21-
"axios": "^1.8.3",
21+
"axios": "^1.15.0",
2222
"base-x": "^4.0.0",
2323
"base64url": "^3.0.1",
2424
"dotenv": "^16.0.0",

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@transmute/vc.js": "0.7.0-unstable.80",
2626
"ajv": "^8.10.0",
2727
"ajv-formats": "^2.1.1",
28-
"axios": "^1.8.3",
28+
"axios": "^1.15.0",
2929
"bs58": "^6.0.0",
3030
"bson": "^6.5.0",
3131
"dotenv": "^16.0.0",

indexer-api-gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@nestjs/swagger": "^11.0.6",
2525
"@types/express-fileupload": "^1.4.1",
2626
"async-mutex": "^0.4.0",
27-
"axios": "^1.8.3",
27+
"axios": "^1.15.0",
2828
"class-transformer": "^0.5.1",
2929
"class-validator": "^0.14.0",
3030
"dotenv": "^16.0.0",

indexer-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@nestjs/common": "^11.0.11",
1111
"@nestjs/core": "^11.0.11",
1212
"@nestjs/microservices": "^11.0.11",
13-
"axios": "^1.8.3",
13+
"axios": "^1.15.0",
1414
"bs58": "^6.0.0",
1515
"axios-retry": "^3.2.4",
1616
"cron": "^4.3.0",

indexer-worker-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@nestjs/common": "^11.0.11",
77
"@nestjs/core": "^11.0.11",
88
"@nestjs/microservices": "^11.0.11",
9-
"axios": "^1.8.3",
9+
"axios": "^1.15.0",
1010
"axios-retry": "^3.2.4",
1111
"cross-blob": "^2.0.1",
1212
"dotenv": "^16.0.0",

mrv-sender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80",
1111
"@transmute/security-context": "0.7.0-unstable.80",
1212
"@transmute/vc.js": "0.7.0-unstable.80",
13-
"axios": "^1.8.3",
13+
"axios": "^1.15.0",
1414
"express": "^5.1.0",
1515
"prom-client": "^14.1.1"
1616
},

topic-listener-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@nestjs/common": "^11.0.11",
88
"@nestjs/core": "^11.0.11",
99
"@nestjs/microservices": "^11.0.11",
10-
"axios": "^1.8.3",
10+
"axios": "^1.15.0",
1111
"axios-retry": "^3.2.4",
1212
"cross-blob": "^2.0.1",
1313
"dotenv": "^16.0.0",

worker-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@nestjs/core": "^11.0.11",
1010
"@nestjs/microservices": "^11.0.11",
1111
"@storacha/client": "1.8.21",
12-
"axios": "^1.8.3",
12+
"axios": "^1.15.0",
1313
"cids": "^1.1.9",
1414
"dotenv": "^16.0.0",
1515
"fireblocks-sdk": "^5.33.0",

0 commit comments

Comments
 (0)