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

Commit 27362e6

Browse files
update axios package (#1390)
Co-authored-by: Cecilia Avila <[email protected]>
1 parent c4a96f0 commit 27362e6

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

common/config/rush/pnpm-lock.yaml

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

packages/chatdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"latest-version": "5.1.0",
1919
"mime-types": "^2.1.18",
2020
"minimist": "^1.2.6",
21-
"axios": "~1.6.0",
21+
"axios": "~1.7.5",
2222
"https-proxy-agent": "^5.0.0",
2323
"please-upgrade-node": "^3.0.1",
2424
"semver": "^7.6.3",

packages/dialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/lru-cache": "^5.1.0",
5959
"@types/xml2js": "^0.4.4",
6060
"ajv": "^6.12.2",
61-
"axios": "~1.6.0",
61+
"axios": "~1.7.5",
6262
"https-proxy-agent": "^5.0.0",
6363
"chalk": "^2.4.2",
6464
"clone": "^2.1.2",

packages/lg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tslib": "^2.0.3",
1919
"read-text-file": "^1.1.0",
2020
"readline-sync": "^1.4.10",
21-
"axios": "~1.6.0",
21+
"axios": "~1.7.5",
2222
"https-proxy-agent": "^5.0.0"
2323
},
2424
"devDependencies": {

packages/lu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node-fetch": "~2.5.5",
4949
"@istanbuljs/nyc-config-typescript": "^1.0.2",
5050
"antlr4": "4.9.2",
51-
"axios": "~1.6.0",
51+
"axios": "~1.7.5",
5252
"https-proxy-agent": "^5.0.0",
5353
"chalk": "2.4.1",
5454
"console-stream": "^0.1.1",

packages/luis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@oclif/errors": "~1.3.6",
6262
"@types/node-fetch": "~2.5.5",
6363
"@types/sinon": "^7.5.0",
64-
"axios": "~1.6.0",
64+
"axios": "~1.7.5",
6565
"cli-ux": "~5.3.3",
6666
"fs-extra": "^8.1.0",
6767
"lodash": "^4.17.21",

packages/orchestratorlib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@microsoft/bf-lu": "1.0.0",
5151
"@microsoft/bf-dispatcher": "1.0.0",
52-
"axios": "~1.6.0",
52+
"axios": "~1.7.5",
5353
"https-proxy-agent": "^5.0.0",
5454
"tslib": "^2.0.3",
5555
"@microsoft/orchestrator-core": "~4.15.1",

packages/qnamaker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@oclif/errors": "~1.3.6",
5858
"@oclif/parser": "~3.8.17",
5959
"delay": "^5.0.0",
60-
"axios": "~1.6.0",
60+
"axios": "~1.7.5",
6161
"camelcase": "^4.1.0",
6262
"chalk": "2.4.1",
6363
"cli-table3": "^0.5.1",

0 commit comments

Comments
 (0)