Skip to content

Commit 5a32494

Browse files
Bump axios from 1.10.0 to 1.11.0
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.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.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41cf95f commit 5a32494

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/harmony-infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@modelcontextprotocol/sdk": "^1.11.1",
21-
"axios": "^1.6.7",
21+
"axios": "^1.11.0",
2222
"commander": "^11.1.0",
2323
"zod": "^3.22.4"
2424
},

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@modelcontextprotocol/sdk": "^1.11.1",
23-
"axios": "^1.6.7",
23+
"axios": "^1.11.0",
2424
"commander": "^11.1.0",
2525
"zod": "^3.22.4"
2626
},

packages/reputation-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@modelcontextprotocol/sdk": "^1.11.1",
2121
"@chkp/mcp-utils": "*",
22-
"axios": "^1.9.0",
22+
"axios": "^1.11.0",
2323
"body-parser": "^1.20.2",
2424
"commander": "^13.1.0",
2525
"express": "^4.21.2"

0 commit comments

Comments
 (0)