Skip to content

Commit 817532c

Browse files
chore(deps): bump axios from 1.7.2 to 1.7.4 (#4730)
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f5a2ff commit 817532c

File tree

5 files changed

+48
-14
lines changed

5 files changed

+48
-14
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.22.4"
3636
},
3737
"devDependencies": {
38-
"axios": "^1.7.2",
38+
"axios": "^1.7.4",
3939
"mime-types": "^2.1.35",
4040
"unzipper": "^0.10.9"
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-http": "^3.0.2",
3131
"@azure/msal-node": "^2.13.0",
32-
"axios": "^1.7.2",
32+
"axios": "^1.7.4",
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.0",
3333
"@types/jsonwebtoken": "8.3.5",
34-
"axios": "^1.7.2",
34+
"axios": "^1.7.4",
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.7.2",
8+
"axios": "^1.7.4",
99
"dotenv": "^8.6.0",
1010
"nightwatch": "^2.6.21",
1111
"selenium-server": "^3.141.59"

yarn.lock

Lines changed: 44 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,9 @@
386386
jsesc "^2.5.1"
387387

388388
"@babel/generator@^7.25.4":
389-
version "7.25.4"
390-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.4.tgz#1dc63c1c9caae9e6dc24e264eac254eb25005669"
391-
integrity sha512-NFtZmZsyzDPJnk9Zg3BbTfKKc9UlHYzD0E//p2Z3B9nCwwtJW9T0gVbCz8+fBngnn4zf1Dr3IK8PHQQHq0lDQw==
389+
version "7.25.5"
390+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.5.tgz#b31cf05b3fe8c32d206b6dad03bb0aacbde73450"
391+
integrity sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==
392392
dependencies:
393393
"@babel/types" "^7.25.4"
394394
"@jridgewell/gen-mapping" "^0.3.5"
@@ -3890,10 +3890,19 @@ axe-core@^4.7.2:
38903890
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
38913891
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==
38923892

3893-
axios@^1.4.0, axios@^1.7.2:
3894-
version "1.7.2"
3895-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
3896-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
3893+
axios@^1.4.0:
3894+
version "1.7.5"
3895+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
3896+
integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
3897+
dependencies:
3898+
follow-redirects "^1.15.6"
3899+
form-data "^4.0.0"
3900+
proxy-from-env "^1.1.0"
3901+
3902+
axios@^1.7.4:
3903+
version "1.7.4"
3904+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
3905+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
38973906
dependencies:
38983907
follow-redirects "^1.15.6"
38993908
form-data "^4.0.0"
@@ -11511,7 +11520,16 @@ string-range@~1.2, string-range@~1.2.1:
1151111520
resolved "https://registry.yarnpkg.com/string-range/-/string-range-1.2.2.tgz#a893ed347e72299bc83befbbf2a692a8d239d5dd"
1151211521
integrity sha512-tYft6IFi8SjplJpxCUxyqisD3b+R2CSkomrtJYCkvuf1KuCAWgz7YXt4O0jip7efpfCemwHEzTEAO8EuOYgh3w==
1151311522

11514-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3:
11523+
"string-width-cjs@npm:string-width@^4.2.0":
11524+
version "4.2.3"
11525+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11526+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11527+
dependencies:
11528+
emoji-regex "^8.0.0"
11529+
is-fullwidth-code-point "^3.0.0"
11530+
strip-ansi "^6.0.1"
11531+
11532+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.2.2, string-width@^4.2.3:
1151511533
version "4.2.3"
1151611534
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1151711535
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11590,7 +11608,14 @@ string_decoder@~1.1.1:
1159011608
dependencies:
1159111609
safe-buffer "~5.1.0"
1159211610

11593-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.1:
11611+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11612+
version "6.0.1"
11613+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11614+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11615+
dependencies:
11616+
ansi-regex "^5.0.1"
11617+
11618+
strip-ansi@6.0.1, strip-ansi@^6.0.1:
1159411619
version "6.0.1"
1159511620
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1159611621
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12872,7 +12897,7 @@ workerpool@6.2.1:
1287212897
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
1287312898
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
1287412899

12875-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12900+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1287612901
version "7.0.0"
1287712902
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1287812903
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12899,6 +12924,15 @@ wrap-ansi@^6.2.0:
1289912924
string-width "^4.1.0"
1290012925
strip-ansi "^6.0.0"
1290112926

12927+
wrap-ansi@^7.0.0:
12928+
version "7.0.0"
12929+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12930+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12931+
dependencies:
12932+
ansi-styles "^4.0.0"
12933+
string-width "^4.1.0"
12934+
strip-ansi "^6.0.0"
12935+
1290212936
wrap-ansi@^8.1.0:
1290312937
version "8.1.0"
1290412938
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)