Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 0ec205f

Browse files
bump: axios from 1.8.2 to 1.12.0 (#4904)
* chore(deps): bump axios from 1.8.2 to 1.12.0 Bumps [axios](https://github.com/axios/axios) from 1.8.2 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.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update axios to 1.13.1 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
1 parent 4e9f7f6 commit 0ec205f

File tree

5 files changed

+184
-186
lines changed

5 files changed

+184
-186
lines changed

libraries/botbuilder-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"zod": "^3.23.8"
3636
},
3737
"devDependencies": {
38-
"axios": "^1.8.2",
38+
"axios": "^1.13.1",
3939
"mime-types": "^2.1.35",
4040
"unzipper": "^0.12.3"
4141
},

libraries/botbuilder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@azure/core-rest-pipeline": "^1.18.1",
3131
"@azure/msal-node": "^2.13.1",
32-
"axios": "^1.8.2",
32+
"axios": "^1.13.1",
3333
"botbuilder-core": "4.1.6",
3434
"botbuilder-stdlib": "4.1.6",
3535
"botframework-connector": "4.1.6",

libraries/botframework-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@azure/identity": "^4.4.1",
3232
"@azure/msal-node": "^2.13.1",
3333
"@types/jsonwebtoken": "9.0.6",
34-
"axios": "^1.8.2",
34+
"axios": "^1.13.1",
3535
"base64url": "^3.0.0",
3636
"botbuilder-stdlib": "4.1.6",
3737
"botframework-schema": "4.1.6",

testing/browser-functional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Test to check browser compatibility",
66
"main": "",
77
"devDependencies": {
8-
"axios": "^1.8.2",
8+
"axios": "^1.13.1",
99
"dotenv": "^16.4.5",
1010
"nightwatch": "^3.9.0"
1111
},

0 commit comments

Comments
 (0)