Skip to content

Bump axios, @microsoft/teamsfx and botbuilder in /MSTeams/teams-toolkit/openai-commandbot/OpenAIChatBot/bot#142

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/MSTeams/teams-toolkit/openai-commandbot/OpenAIChatBot/bot/multi-39da83507e
Open

Bump axios, @microsoft/teamsfx and botbuilder in /MSTeams/teams-toolkit/openai-commandbot/OpenAIChatBot/bot#142
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/MSTeams/teams-toolkit/openai-commandbot/OpenAIChatBot/bot/multi-39da83507e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps axios to 1.13.5 and updates ancestor dependencies axios, @microsoft/teamsfx and botbuilder. These dependencies need to be updated together.

Updates axios from 0.21.4 to 1.13.5

Release notes

Sourced from axios's releases.

v1.13.5

Release 1.13.5

Highlights

  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #7368)

Changes

Security

  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #7369)

Fixes

  • Fix/5657. (PR #7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #7368)

Features / Improvements

  • Add input validation to isAbsoluteURL. (PR #7326)
  • Refactor: bump minor package versions. (PR #7356)

Documentation

  • Clarify object-check comment. (PR #7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #7371)

CI / Maintenance

  • Chore: fix issues with YAML. (PR #7355)
  • CI: update workflow YAMLs. (PR #7372)
  • CI: fix run condition. (PR #7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #7360)
  • Chore(release): prepare release 1.13.5. (PR #7379)

New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

v1.13.4

Overview

The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.

Full Changelog: v1.13.3...v1.13.4

What's New in v1.13.4

Bug Fixes

  • fix: issues with version 1.13.3 (#7352) (ee90dfc)
    • Fixed issues discovered in v1.13.3 release

... (truncated)

Commits
  • 29f7542 chore(release): prepare release 1.13.5 (#7379)
  • 431c3a3 ci: fix run condition (#7373)
  • 9ff3a78 ci: update ymls (#7372)
  • 265b712 docs: fix deprecated Buffer constructor and formatting issues in README (#7371)
  • 475e75a feat: add input validation to isAbsoluteURL (#7326)
  • 28c7215 fix: Denial of Service via proto Key in mergeConfig (#7369)
  • 04cf019 docs: clarify object check comment (#7323)
  • 696fa75 fix: status is missing in AxiosError on and after v1.13.3 (#7368)
  • 569f028 fix: added a option to choose between legacy and the new request/response int...
  • 44b7c9f chore(deps-dev): bump karma-sourcemap-loader (#7360)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.


Updates @microsoft/teamsfx from 2.2.0 to 2.3.3

Commits
  • 6413733 build(release): publish detail
  • 5bbd45b build(release): publish detail
  • e15b418 Merge pull request #12541 from OfficeDev/long/5.10.0
  • f9ddb78 build: sdk & adaptivecard release
  • c3e11c7 build(release): publish detail
  • 88ac04f Merge pull request #12539 from OfficeDev/long/5.10.0
  • 38b1093 build: changelog for 5.10.0
  • f62e1d6 build: changelog for 5.10.0
  • 74b1058 build: changelog for 5.10.0
  • 4606625 build(release): publish detail
  • Additional commits viewable in compare view

Updates botbuilder from 4.19.3 to 4.23.3

Release notes

Sourced from botbuilder's releases.

Bot Framework JS SDK 4.23.3

Notable in this release

  • Added supporet for TS 5.9

    Note: In order to support new TS version, we had to drop support for TS 4.7 as it is incompatible with the new node/types version.

  • Package updates to resolve security alerts

What's Changed

Full Changelog: microsoft/botbuilder-js@4.23.2...4.23.3

Bot Framework JS SDK 4.23.2

Notable changes in this release

  • Node 22 support
  • Dependency updates for security alerts
  • Federated Credentials for bot-to-channel auth. This is supported for single tenant only.

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [axios](https://github.com/axios/axios) to 1.13.5 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@microsoft/teamsfx](https://github.com/OfficeDev/TeamsFx) and [botbuilder](https://github.com/Microsoft/botbuilder-js). These dependencies need to be updated together.


Updates `axios` from 0.21.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.13.5)

Updates `@microsoft/teamsfx` from 2.2.0 to 2.3.3
- [Release notes](https://github.com/OfficeDev/TeamsFx/releases)
- [Changelog](https://github.com/OfficeDev/microsoft-365-agents-toolkit/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/OfficeDev/TeamsFx/compare/@microsoft/teamsfx@2.2.0...@microsoft/teamsfx@2.3.3)

Updates `botbuilder` from 4.19.3 to 4.23.3
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.19.3...4.23.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: indirect
- dependency-name: "@microsoft/teamsfx"
  dependency-version: 2.3.3
  dependency-type: direct:production
- dependency-name: botbuilder
  dependency-version: 4.23.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants